OMNI_DTOR_THROWS
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.

DESCRIPTION top

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.

CONSIDERATIONS top

No special considerations.

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.