diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-23 08:22:20 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-23 08:22:20 +0000 |
commit | d01f40073486875497c3852d5ef9e194d8d2ba89 (patch) | |
tree | 5d9ac45db89ee003d9a79049b343a07d021a5d91 /libstdc++-v3/docs | |
parent | 1ed7d058ac2e06274296a0be0b99b9bdaba9ef68 (diff) | |
download | gcc-d01f40073486875497c3852d5ef9e194d8d2ba89.tar.gz |
2004-07-23 Jonathan Wakely <redi@gcc.gnu.org>
* docs/html/debug.html: Say debug mode only available since 3.4.0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85074 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/html/debug.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html index bfdf38b943f..1bf4bccbaeb 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 |