brintos

brintos / llvm-project-archived public Read only

0
0
Text · 582 B · f5ed313 Raw
16 lines · plain
1.. title:: clang-tidy - cert-err60-cpp2.. meta::3   :http-equiv=refresh: 5;URL=../bugprone/exception-copy-constructor-throws.html4 5cert-err60-cpp6==============7 8The `cert-err60-cpp` check is an alias, please see9:doc:`bugprone-exception-copy-constructor-throws10<../bugprone/exception-copy-constructor-throws>`11for more information.12 13This check corresponds to the CERT C++ Coding Standard rule14`ERR60-CPP. Exception objects must be nothrow copy constructible15<https://wiki.sei.cmu.edu/confluence/display/cplusplus/ERR60-CPP.+Exception+objects+must+be+nothrow+copy+constructible>`_.16