]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Prefix functions and classes with std:: where this is necessary for the forthcoming...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Jan 2001 08:12:36 +0000 (08:12 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 17 Jan 2001 08:12:36 +0000 (08:12 +0000)
git-svn-id: https://svn.dealii.org/branches/Branch-3-1@3703 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/news/2000/3.0.0-vs-3.1.0.html
deal.II/doc/news/news.html

index 38ba2b05dd087024ced7f5f556247caee028e425..f21b2852ebf726681fa0eef8d0613d7b743065d5 100644 (file)
@@ -26,6 +26,19 @@ documentation, etc</a>.
 <h3>General</h3>
 
 <ol>
+  <li> <p>
+       New: All identifiers that the C++ standard (see
+       <a href="http://www.cygnus.com/misc/wp/dec96pub/"
+       target="_top"> this page</a> for the public draft -- the
+       standard itself is not available online for copyright reasons)
+       mandates to be in namespace <code>std::</code> are correctly
+       prefixed by the namespace name. While previous gcc compilers
+       accepted these names also without the prefix, gcc 3.0 will
+       require them, as do some commercial compilers.
+       <br>
+       (WB 2001/01/16)
+       </p>
+
   <li> <p>
        New: In multithreading mode, the compile flags now also have 
        <code class="program">_REENTRANT</code> defined. If this flag
index 941976a9ff5063b3932dc5d197ee068ee92df725..56346c8f7a80660aaefab53ce923d6632c8c36b9 100644 (file)
          <a href="2000/3.0.0-vs-3.1.0.html" target="body">here</a>.
       </dd>
 
+      <dt>
+          <strong>2001/01/16: Correct namespace <code>std::</code>
+          scoping</strong>  
+      </dt>
+      <dd>
+          All identifiers that the C++ standard (see
+          <a href="http://www.cygnus.com/misc/wp/dec96pub/"
+          target="_top"> this page</a> for the public draft -- the
+          standard itself is not available online for copyright reasons)
+          mandates to be in namespace <code>std::</code> are correctly
+          prefixed by the namespace name. While previous gcc compilers
+          accepted these names also without the prefix, gcc 3.0 will
+          require them, as do some commercial compilers.
+      </dd>
+
       <dt>
           <strong>2000/11/27: Memory consumption monitoring</strong> 
       </dt>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.