diff options
| author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-20 19:40:28 +0000 |
|---|---|---|
| committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-20 19:40:28 +0000 |
| commit | 4ad441f96bf4da17f878b2f9821dfb4d1a4e7218 (patch) | |
| tree | ded163b6ea9960afa1539dc7a2272a705f0ca043 /libstdc++-v3/doc | |
| parent | 09d9523d0d4ab6c9f5cef7bf27b2fb2cec353d0b (diff) | |
| download | ppe42-gcc-4ad441f96bf4da17f878b2f9821dfb4d1a4e7218.tar.gz ppe42-gcc-4ad441f96bf4da17f878b2f9821dfb4d1a4e7218.zip | |
* doc/xml/manual/extensions.xml: Fix anachronism.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc')
| -rw-r--r-- | libstdc++-v3/doc/xml/manual/extensions.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libstdc++-v3/doc/xml/manual/extensions.xml b/libstdc++-v3/doc/xml/manual/extensions.xml index 1f3da2fd9d6..7b35d056344 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). </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> |

