mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:40:55 +08:00
re PR libstdc++/40915 ([4.5 Regressions] FAIL: 18_support/headers/exception/synopsis.cc (test for excess errors))
2009-07-30 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/40915 * testsuite/18_support/headers/exception/synopsis.cc: Fix std::terminate declaration. From-SVN: r150260
This commit is contained in:
parent
3f5bb1b895
commit
4380ae3548
@ -1,3 +1,9 @@
|
||||
2009-07-30 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/40915
|
||||
* testsuite/18_support/headers/exception/synopsis.cc: Fix
|
||||
std::terminate declaration.
|
||||
|
||||
2009-07-29 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/40908
|
||||
|
@ -29,7 +29,7 @@ namespace std {
|
||||
|
||||
typedef void (*terminate_handler)();
|
||||
terminate_handler set_terminate(terminate_handler f ) throw();
|
||||
void terminate();
|
||||
void terminate() throw();
|
||||
|
||||
bool uncaught_exception() throw();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user