首页
标签
nothrow
if nothrow new return nullptr 是否调用构造函数?
为什么 std:variant 的 operator=(T&& t) 的 noexcept 规范不依赖于内部类型的析构函数的 noexcept 规范?
Linux g++ new (std::nothrow) 确实有效
operator++() nothrow 不编译
如何为析构函数指定 nothrow 异常说明符?