faq.xml: Replace references to C++0x with C++11.
[gcc.git] / libstdc++-v3 / doc / html / manual / using_macros.html
index 6fdd4bd8af0b89d47155d7129b8196e778e63947..8e35d01a7a5931e7ed81bdec35d717cea980f624 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.