aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/html/manual/ext_compile_checks.html
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/doc/html/manual/ext_compile_checks.html')
-rw-r--r--libstdc++-v3/doc/html/manual/ext_compile_checks.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/libstdc++-v3/doc/html/manual/ext_compile_checks.html b/libstdc++-v3/doc/html/manual/ext_compile_checks.html
index 3850c52ec54..da4723311e2 100644
--- a/libstdc++-v3/doc/html/manual/ext_compile_checks.html
+++ b/libstdc++-v3/doc/html/manual/ext_compile_checks.html
@@ -32,8 +32,9 @@
<code class="code">#define _GLIBCXX_CONCEPT_CHECKS</code> for GCC 3.4 and higher
(or with <code class="code">#define _GLIBCPP_CONCEPT_CHECKS</code> for versions
3.1, 3.2 and 3.3).
- </p><p>Please note that the upcoming C++ standard has first-class
+ </p><p>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.
</p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ext_preface.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="extensions.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="debug_mode.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 17. Debug Mode</td></tr></table></div></body></html> \ No newline at end of file