-
Notifications
You must be signed in to change notification settings - Fork 0
New
DryPerspective edited this page Sep 27, 2023
·
1 revision
A very small header which only contains one function - get_new_handler. The <new> header has seen very few changes since C++98, and the changes it has seen either can't be implemented on the language level, or require core language features not present in C++98.
Note that get_new_handler is not concurrency aware and does not synchronise across threads.
| get_new_handler | Returns the current new-handler function |