mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[INCLUDE/C++]
- Add a draft version of <limits> header - Fix "no return" attribute declaration of some functions svn path=/trunk/; revision=57123
This commit is contained in:
@@ -50,7 +50,7 @@ namespace std
|
||||
|
||||
unexpected_handler set_unexpected(unexpected_handler) throw();
|
||||
|
||||
DECLSPEC_NORETURN void unexpected();
|
||||
__MINGW_ATTRIB_NORETURN void unexpected();
|
||||
|
||||
bool uncaught_exception() throw();
|
||||
|
||||
@@ -59,7 +59,7 @@ namespace std
|
||||
|
||||
typedef void (*terminate_handler) ();
|
||||
terminate_handler set_terminate(terminate_handler) throw();
|
||||
DECLSPEC_NORETURN void terminate() throw();
|
||||
__MINGW_ATTRIB_NORETURN void terminate() throw();
|
||||
|
||||
} // extern "C++"
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user