?? 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 + -