aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorJonathan Wakely <redi@gcc.gnu.org>2004-07-23 09:22:20 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2004-07-23 09:22:20 +0100
commitc29cac0b6b728eee7083adec60479b09937d64be (patch)
tree5d9ac45db89ee003d9a79049b343a07d021a5d91 /libstdc++-v3
parent85eac2a0b654bf42c81b43569bbf6152adcab4f1 (diff)
downloadgcc-c29cac0b6b728eee7083adec60479b09937d64be.zip
gcc-c29cac0b6b728eee7083adec60479b09937d64be.tar.gz
gcc-c29cac0b6b728eee7083adec60479b09937d64be.tar.bz2
debug.html: Say debug mode only available since 3.4.0.
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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/docs/html/debug.html3
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 1933229..41b631e 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html
index bfdf38b..1bf4bcc 100644
--- a/libstdc++-v3/docs/html/debug.html
+++ b/libstdc++-v3/docs/html/debug.html
@@ -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