debug.html: Say debug mode only available since 3.4.0.
authorJonathan Wakely <redi@gcc.gnu.org>
Fri, 23 Jul 2004 08:22:20 +0000 (09:22 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 23 Jul 2004 08:22:20 +0000 (09:22 +0100)
2004-07-23  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/debug.html: Say debug mode only available since 3.4.0.

From-SVN: r85074

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/debug.html

index 19332296b4e36ff79226a24d54b025c88c966bb0..41b631eb71757a099a5a9bb98b73894aefb9edf7 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-23  Jonathan Wakely  <redi@gcc.gnu.org>
+
+       * docs/html/debug.html: Say debug mode only available since 3.4.0.
+
 2004-07-21  Benjamin Kosnik  <bkoz@redhat.com>
 
        * docs/doxygen/mainpage.html: Clarify links.
index bfdf38b943f3f9e0543b454052107f8d1441f497..1bf4bccbaebf1daea2aec5a8744c000b4abef75a 100644 (file)
@@ -99,7 +99,8 @@
   debug mode that provides additional checking of library facilities,
   and will report errors in the use of libstdc++ as soon as they can
   be detected by emitting a description of the problem to standard
-  error and aborting the program. </p>
+  error and aborting the program.  This debug mode is available with
+  GCC 3.4.0 and later versions. </p>
 
 <p>The libstdc++ debug mode performs checking for many areas of the C++
   standard, but the focus is on checking interactions among standard