Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
Include Page
Clang_38_V
Clang_38_V
cert-err58-cppChecked by clang-tidy
Parasoft C/C++test9.5MISRA2008-15_3_1, EXCEPT-18 

...

...