summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/docs/html
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-04 00:09:22 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-04 00:09:22 +0000
commit430c0e5ee45c6156a69e3659a6501ca3169472e5 (patch)
tree8ff9db26af07bc74278effa0664ea1f0734438bf /libstdc++-v3/docs/html
parent4e1f92f7988dd2601c86d61914d9c512f25d9503 (diff)
downloadppe42-gcc-430c0e5ee45c6156a69e3659a6501ca3169472e5.tar.gz
ppe42-gcc-430c0e5ee45c6156a69e3659a6501ca3169472e5.zip
2007-07-03 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/31518 * include/debug/formatter.h (_Error_formatter::_M_get_max_length): New. (_Error_formatter::_Error_formatter): Use it. * src/debug.cc: Define. (_Error_formatter::_M_error): Tweak. * configure.ac: Adjust version to 6:10:0. * config/abi/pre/gnu.ver: Export _Error_formatter::_M_get_max_length at GLIBCXX_3.4.10. * testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.10. * docs/html/debug.html: Document. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126287 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/html')
-rw-r--r--libstdc++-v3/docs/html/debug.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/debug.html b/libstdc++-v3/docs/html/debug.html
index 09a1677239c..6013115fe13 100644
--- a/libstdc++-v3/docs/html/debug.html
+++ b/libstdc++-v3/docs/html/debug.html
@@ -136,6 +136,11 @@
instantiation of a container is passed between the two translation
units.</p>
+<p>By default, error messages are formatted to fit on lines of about
+ 78 characters. The environment variable
+ <code>GLIBCXX_DEBUG_MESSAGE_LENGTH</code> can be used to request a
+ different length.</p>
+
<p>For information about the design of the libstdc++ debug mode,
please see the <a href="debug_mode.html">libstdc++ debug mode design
document</a>.</p>
OpenPOWER on IntegriCloud