Commit 4380ae35 by Paolo Carlini Committed by Paolo Carlini

re PR libstdc++/40915 ([4.5 Regressions] FAIL:…

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
parent 3f5bb1b8
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> 2009-07-29 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/40908 PR libstdc++/40908
......
...@@ -29,7 +29,7 @@ namespace std { ...@@ -29,7 +29,7 @@ namespace std {
typedef void (*terminate_handler)(); typedef void (*terminate_handler)();
terminate_handler set_terminate(terminate_handler f ) throw(); terminate_handler set_terminate(terminate_handler f ) throw();
void terminate(); void terminate() throw();
bool uncaught_exception() throw(); bool uncaught_exception() throw();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment