From: Benjamin Kosnik Date: Wed, 6 Jun 2007 13:57:00 +0000 (+0000) Subject: debug.html: Correct link. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a59ef36873d2b7cfd32cb70f3e04c6b1279569e;p=gcc.git debug.html: Correct link. 2007-06-06 Benjamin Kosnik Frank Mori Hess * docs/html/debug.html: Correct link. From-SVN: r125488 --- diff --git a/libstdc++-v3/docs/html/18_support/howto.html b/libstdc++-v3/docs/html/18_support/howto.html index 7b1dcb80761..c6faf5e98f2 100644 --- a/libstdc++-v3/docs/html/18_support/howto.html +++ b/libstdc++-v3/docs/html/18_support/howto.html @@ -229,6 +229,7 @@ { std::set_terminate(__gnu_cxx::__verbose_terminate_handler); ... + throw anything; }

The __verbose_terminate_handler function obtains the name