* doc/xml/manual/extensions.xml: Fix anachronism.

From-SVN: r198110
This commit is contained in:
Jonathan Wakely 2013-04-20 19:40:28 +00:00 committed by Jonathan Wakely
parent 6fbcd30990
commit fcb2185b89
2 changed files with 8 additions and 3 deletions

View 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> 2013-04-09 Tom Tromey <tromey@redhat.com>
* configure, config.h.in: Rebuild. * configure, config.h.in: Rebuild.

View file

@ -87,10 +87,11 @@ extensions, be aware of two things:
3.1, 3.2 and 3.3). 3.1, 3.2 and 3.3).
</para> </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 support for template parameter constraints based on concepts in the core
language. This will obviate the need for the library-simulated concept language. This would have obviated the need for the library-simulated concept
checking described above. checking described above, but was not part of C++11.
</para> </para>
</chapter> </chapter>