mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +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:
parent
3023aa795c
commit
eb053e921b
2 changed files with 1120 additions and 2 deletions
|
@ -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++"
|
||||
|
||||
|
|
1118
reactos/include/c++/limits
Normal file
1118
reactos/include/c++/limits
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue