From 57646b27b4247077627a272b72d2caef037a5f02 Mon Sep 17 00:00:00 2001
From: redi UPDATE: Starting with GCC 3.4, this is the default
termination handler; nothing need be done to use it. To go back to
the previous "silent death" method, simply include
- The latest version of this document is always available at
+
+ The latest version of this document is always available at
http://gcc.gnu.org/onlinedocs/libstdc++/configopts.html.
-<exception>
and
<cstdlib>
, and call
+
<exception>
and <cstdlib>
,
+ and call
std::set_terminate (std::abort);
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html
index aec70a60271..ff46ec60d45 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -17,13 +17,15 @@
Interesting
-configure
options
To the libstdc++-v3 homepage. -
++ To the libstdc++-v3 homepage. +
${libdir}/debug
, and have the
same names and versioning information as the non-debug
libraries. This option is off by default.
- - Note this make command, executed in +
+Note this make command, executed in
the build directory, will do much the same thing, without the
configuration difference and without building everything twice:
make CXXFLAGS='-g3 -O0' all
-
The latest version of this document is always available at +
+ The latest version of this document is always available at http://gcc.gnu.org/onlinedocs/libstdc++/explanations.html. -
+ -To the libstdc++-v3 homepage. -
++ To the libstdc++-v3 homepage. +
diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index 099283420cf..2a5c4d449b0 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -19,16 +19,18 @@The latest version of this document is always available at +
+ The latest version of this document is always available at http://gcc.gnu.org/onlinedocs/libstdc++/faq/. The main documentation page is at http://gcc.gnu.org/onlinedocs/libstdc++/documentation.html. -
+ -To the libstdc++-v3 homepage. -
++ To the libstdc++-v3 homepage. +
The latest version of this document is always available at +
+ The latest version of this document is always available at http://gcc.gnu.org/onlinedocs/libstdc++/install.html. -
+ -To the libstdc++-v3 homepage. -
++ To the libstdc++-v3 homepage. +
-- 2.11.0