#ifndef NTL_new__H #define NTL_new__H #include #if (defined(NTL_STD_CXX) || defined(NTL_PSTD_NTN)) // We use and std::nothrow, even if neither NTL_STD_CXX nor // NTL_PSTD_NHF are set. This appears to be somewhat more compatible // with current compilers. #include #define NTL_NEW_OP ::new //(std::nothrow) #else #define NTL_NEW_OP new #endif #endif