[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:
Jérôme Gardou 2012-08-21 09:49:58 +00:00
parent 3023aa795c
commit eb053e921b
2 changed files with 1120 additions and 2 deletions

View file

@ -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

File diff suppressed because it is too large Load diff