cert-err60-cpp

此检查会标记所有异常对象不是 nothrow 可复制构造的 throw 表达式。

此检查对应于 CERT C++ 编码标准规则 ERR60-CPP. 异常对象必须是 nothrow 可复制构造的