Skip to content
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.

Feature

get_new_handler Returns the current new-handler function

Clone this wiki locally