21 Language support library [language.support]

21.6 Dynamic memory management [support.dynamic]

21.6.3 Storage allocation errors [alloc.errors]

21.6.3.4 set_Β­new_Β­handler [set.new.handler]

new_handler set_new_handler(new_handler new_p) noexcept;

Effects: Establishes the function designated by new_Β­p as the current new_Β­handler.

Returns: The previous new_Β­handler.

Remarks: The initial new_Β­handler is a null pointer.