* doc/xml/manual/extensions.xml: Fix anachronism.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sat, 20 Apr 2013 19:40:28 +0000 (19:40 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 20 Apr 2013 19:40:28 +0000 (20:40 +0100)
From-SVN: r198110

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/extensions.xml

index 3ccf5f442df09ef2cd482e5b97bd8776217d990c..b8c46d1103125bc9c401cc52a6b569c9021c344b 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-20  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * doc/xml/manual/extensions.xml: Fix anachronism.
+
 2013-04-09  Tom Tromey  <tromey@redhat.com>
 
        * configure, config.h.in: Rebuild.
index 1f3da2fd9d65151f57cbfeb0142c04b914efca9d..7b35d056344dfc762a7c9d515aae13dbec9d07a7 100644 (file)
@@ -87,10 +87,11 @@ extensions, be aware of two things:
       3.1, 3.2 and 3.3).
    </para>
 
-   <para>Please note that the upcoming C++ standard has first-class
+   <para>Please note that the concept checks only validate the requirements
+   of the old C++03 standard. C++11 was expected to have first-class
    support for template parameter constraints based on concepts in the core
-   language. This will obviate the need for the library-simulated concept
-   checking described above.
+   language. This would have obviated the need for the library-simulated concept
+   checking described above, but was not part of C++11.
    </para>
 
 </chapter>