eh_catch.cc (uncaught_exception, [...]): Return false or zero if the library is built...
authorFederico Lenarduzzi <federico.lenarduzzi@tallertechnologies.com>
Mon, 27 Apr 2015 21:06:17 +0000 (21:06 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 27 Apr 2015 21:06:17 +0000 (22:06 +0100)
commit03e73da67634e8dce1cca6b77dd9673d16226dc6
tree0073f28f3aac478e34e0adba63e9b2123a28d939
parent913ae610c20420ca47d4cb2deecac29c99e34bee
eh_catch.cc (uncaught_exception, [...]): Return false or zero if the library is built without exceptions.

2015-04-27  Federico Lenarduzzi  <federico.lenarduzzi@tallertechnologies.com>
    Jonathan Wakely  <jwakely@redhat.com>

* libsupc++/eh_catch.cc (uncaught_exception, uncaught_exceptions):
Return false or zero if the library is built without exceptions.
* libsupc++/eh_term_handler.cc: Disable verbose terminate handler if
the library is built without exceptions.

Co-Authored-By: Jonathan Wakely <jwakely@redhat.com>
From-SVN: r222484
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_catch.cc
libstdc++-v3/libsupc++/eh_term_handler.cc