Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.0

...

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

ERR34-CPP

1 (low)

2 (probable)

2 (medium)

P4

L3

...

Bibliography

Wiki Markup
\[[ISO/IEC 14882-2003|AA. Bibliography#ISO/IEC 14882-2003]\] Section 18.7
\[[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)      13. Object Oriented Programming (OOP)ERR35-CPP. A handler in a constructor or destructor's function-try-block should not reference class data