OSDN Git Service

* doc/xml/faq.xml: Replace references to C++0x with C++11.
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / doc / html / manual / using_macros.html
index 6fdd4bd..8e35d01 100644 (file)
@@ -45,7 +45,7 @@
        removes older ARM-style iostreams code, and other anachronisms
        from the API.  This macro is dependent on the version of the
        standard being tracked, and as a result may give different results for
-       <code class="code">-std=c++98</code> and <code class="code">-std=c++0x</code>. This may
+       <code class="code">-std=c++98</code> and <code class="code">-std=c++11</code>. This may
        be useful in updating old C++ code which no longer meet the
        requirements of the language, or for checking current code
        against new language standards.