📄 new.h
字号:
#ifndef NTL_new__H
#define NTL_new__H
#include <NTL/config.h>
#if (defined(NTL_STD_CXX) || defined(NTL_PSTD_NTN))
// We use <new> 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 <new>
#define NTL_NEW_OP new (std::nothrow)
#else
#define NTL_NEW_OP new
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -