MACRO
OMNI_DTOR_NO_THROWS - A library helper defining the exception specifier of destructors.
SYNOPSIS top
A library macro helper that defines the exception specifier of destructors that do not throw.
A library macro helper that defines the exception specifier of destructors that do not throw.
DESCRIPTION top
If
If
OMNI_ENABLE_CXX or OMNI_ENABLE_NOEXCEPT is defined, the C++ noexcept(true) specifier is applied to any destructors that need the exception specifier applied.