...
For more information on exception specifications of destructors, see DCL58DCL57-CPP. Destructors and Do not let exceptions escape from destructors or deallocation functions must be declared noexcept.
Noncompliant Code Example
...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Clang |
| cert-err58-cpp | Checked by clang-tidy | ||||||
Parasoft C/C++test | 9.5 | MISRA2008-15_3_1, EXCEPT-18 |
...
...