...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
ERR34-CPP | low | probable | medium | P4 | L3 |
Bibliography
\[[ISO/IEC 14882-2003|AA. Bibliography#ISO/IEC 14882-2003] \] Section 18.7
\[ Wiki Markup
[Henricson 97|AA. Bibliography#Henricson 97]\] Rule 13.3 Do not use {{setjmp()
}} and {{longjmp()
}}.
...
ERR33-CPP. Destructors must not throw exceptions 12. Exceptions and Error Handling (ERR) ERR35-CPP. A handler in a constructor or destructor's function-try-block should not reference class data