From 5a59ef36873d2b7cfd32cb70f3e04c6b1279569e Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Wed, 6 Jun 2007 13:57:00 +0000 Subject: [PATCH] debug.html: Correct link. 2007-06-06 Benjamin Kosnik Frank Mori Hess * docs/html/debug.html: Correct link. From-SVN: r125488 --- libstdc++-v3/docs/html/18_support/howto.html | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2