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
2 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue