From 6921dc7395709fe7d7127b490ac9764888ce012d Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Oct 2006 19:44:23 +0000 Subject: [PATCH] Mention the namespace thing. git-svn-id: https://svn.dealii.org/trunk@14054 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 2d2d0fcb7c..becd43aa74 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -44,6 +44,17 @@ inconvenience this causes.
    +
  1. + Changed: Everything that is part of the deal.II library has + been moved into a namespace dealii. To allow your + code to compile, you will have to either put a using + namespace dealii; declaration at the top of each file, + or qualify each deal.II class and function explicitly with + dealii:: namespace access. +
    + (WB 2006/10/22) +

    +
  2. Changed: Indices, such as vertex indices, are usually represented by unsigned integers in deal.II. One place where we didn't do this was in -- 2.39.5