From fcb2185b8972ca5c60ee0d11c821e4cd16a87797 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sat, 20 Apr 2013 19:40:28 +0000 Subject: [PATCH] * doc/xml/manual/extensions.xml: Fix anachronism. From-SVN: r198110 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/doc/xml/manual/extensions.xml | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3ccf5f4..b8c46d1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2013-04-20 Jonathan Wakely + + * doc/xml/manual/extensions.xml: Fix anachronism. + 2013-04-09 Tom Tromey * configure, config.h.in: Rebuild. diff --git a/libstdc++-v3/doc/xml/manual/extensions.xml b/libstdc++-v3/doc/xml/manual/extensions.xml index 1f3da2f..7b35d05 100644 --- a/libstdc++-v3/doc/xml/manual/extensions.xml +++ b/libstdc++-v3/doc/xml/manual/extensions.xml @@ -87,10 +87,11 @@ extensions, be aware of two things: 3.1, 3.2 and 3.3). - Please note that the upcoming C++ standard has first-class + 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. -- 2.7.4