]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Prefix functions and classes with std:: where this is necessary for the forthcoming...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 17 Jan 2001 08:27:47 +0000 (08:27 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 17 Jan 2001 08:27:47 +0000 (08:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@3705 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 b749fec2b4ed8fae840ed679e656e346346c133d..1aa5b34ac44973bdeb35f06e667657ef93dd6e0a 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.