c++ noexcept 在c++标准11之前,c++在函数声明中有exception功能,用来指定函数抛出的异常类型。 void func1() throw(runtime_error); // 可能抛出runt … 继续阅读 c++ noexcept