diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-06-06 13:57:00 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-06-06 13:57:00 +0000 |
commit | 5a59ef36873d2b7cfd32cb70f3e04c6b1279569e (patch) | |
tree | 567c18a13c7049b05a50973168a1b452034263f3 | |
parent | 39ac2ffc71b29830129e83037225407937425902 (diff) | |
download | gcc-5a59ef36873d2b7cfd32cb70f3e04c6b1279569e.zip gcc-5a59ef36873d2b7cfd32cb70f3e04c6b1279569e.tar.gz gcc-5a59ef36873d2b7cfd32cb70f3e04c6b1279569e.tar.bz2 |
debug.html: Correct link.
2007-06-06 Benjamin Kosnik <bkoz@redhat.com>
Frank Mori Hess <frank.hess@nist.gov>
* docs/html/debug.html: Correct link.
From-SVN: r125488
-rw-r--r-- | libstdc++-v3/docs/html/18_support/howto.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/18_support/howto.html b/libstdc++-v3/docs/html/18_support/howto.html index 7b1dcb8..c6faf5e 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 <em>anything</em>; }</pre> <p>The <code> __verbose_terminate_handler </code> function obtains the name |