(C++) new.h

January 11, 2018 · View on GitHub

 

 

 

 

 

(C++) new.h

 

new.h is an STL header file that contains definitions of functions and classes related to the keyword new (incomplete list):

  • std::bad_alloc

 


#include <new>