Commit fcb2185b by Jonathan Wakely Committed by Jonathan Wakely

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

From-SVN: r198110
parent 6fbcd309
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.
......
...@@ -87,10 +87,11 @@ extensions, be aware of two things: ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment