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