diff options
Diffstat (limited to 'libstdc++-v3/docs/html/19_diagnostics/howto.html')
| -rw-r--r-- | libstdc++-v3/docs/html/19_diagnostics/howto.html | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/libstdc++-v3/docs/html/19_diagnostics/howto.html b/libstdc++-v3/docs/html/19_diagnostics/howto.html index 7bf44c641f0..90a60b3bca5 100644 --- a/libstdc++-v3/docs/html/19_diagnostics/howto.html +++ b/libstdc++-v3/docs/html/19_diagnostics/howto.html @@ -10,7 +10,7 @@ <meta name="KEYWORDS" content="HOWTO, libstdc++, GCC, g++, libg++, STL" /> <meta name="DESCRIPTION" content="HOWTO for the libstdc++ chapter 19." /> <meta name="GENERATOR" content="vi and eight fingers" /> - <title>libstdc++-v3 HOWTO: Chapter 19: Diagnostics</title> + <title>libstdc++ HOWTO: Chapter 19: Diagnostics</title> <link rel="StyleSheet" href="../lib3styles.css" type="text/css" /> <link rel="Start" href="../documentation.html" type="text/html" title="GNU C++ Standard Library" /> @@ -36,7 +36,6 @@ <h1>Contents</h1> <ul> <li><a href="#1">Adding data to exceptions</a></li> - <li><a href="#2">Exception class hierarchy diagram</a></li> <li><a href="#3">Concept checkers -- <strong>new and improved!</strong></a></li> </ul> @@ -68,22 +67,6 @@ </p> <hr /> -<h2><a name="2">Exception class hierarchy diagram</a></h2> - <p>At one point we were going to make up a PDF of the exceptions - hierarchy, akin to the one done for the I/O class hierarchy. - Time was our enemy. Since then we've moved to Doxygen, which has - the useful property of not sucking. Specifically, when the source - code is changed, the diagrams are automatically brought up to date. - For the old way, we had to update the diagrams separately. - </p> - <p>There are several links to the Doxygen-generated pages from - <a href="../documentation.html">here</a>. - </p> - <p>Return <a href="#top">to top of page</a> or - <a href="../faq/index.html">to the FAQ</a>. - </p> - -<hr /> <h2><a name="3">Concept checkers -- <strong>new and improved!</strong></a></h2> <p>Better taste! Less fat! Literally!</p> <p>In 1999, SGI added <em>concept checkers</em> to their implementation @@ -119,6 +102,13 @@ (or with <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 + 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. + </p> + <p>Return <a href="#top">to top of page</a> or <a href="../faq/index.html">to the FAQ</a>. </p> |

