new.h

The ISO/ANSI C++ Standard (ISO/IEC 14882:1998(E)) supersedes this header with the new header <new>. However, new.h remains for compatibility as a wrapper for TARGET releases of z/OS V1R2 and later.

For compilations with a TARGET release before z/OS V1R2, the new.h header file declares the set_new_handler() function, which is used for z/OS® C++ exception handling (try, throw, and catch). This header file also declares array and non-array version of the allocation operator new and the deallocation operator delete.