aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/libsupc++')
-rw-r--r--libstdc++-v3/libsupc++/exception4
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/libsupc++/exception b/libstdc++-v3/libsupc++/exception
index 45b98f26eb3..b26cb6d887f 100644
--- a/libstdc++-v3/libsupc++/exception
+++ b/libstdc++-v3/libsupc++/exception
@@ -105,7 +105,9 @@ namespace __gnu_cxx
@code
std::set_terminate (__gnu_cxx::__verbose_terminate_handler)
@endcode
- to use. */
+ to use. For more info, see
+ http://gcc.gnu.org/onlinedocs/libstdc++/19_diagnostics/howto.html#4
+ */
void __verbose_terminate_handler ();
} // namespace __gnu_cxx