<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
<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