MACRO
OMNI_TERMINATE - Defines the underlying terminate function to call.
SYNOPSIS top
If not defined, will define the macro to be
If not defined, will define the macro to be
std::terminate unless OMNI_NO_TERMINATE is defined.
DESCRIPTION top
This macro is the underlying function called in the event the library needs to terminate (i.e. an error occurred on destruction, etc.). For more information see omni/exception.hpp
This macro is the underlying function called in the event the library needs to terminate (i.e. an error occurred on destruction, etc.). For more information see omni/exception.hpp