10namespace hi::inline
v1 {
12void prepare_debug_break() noexcept;
14#if HI_OPERATING_SYSTEM == HI_OS_WINDOWS
16#define hi_debug_break() \
17 ::hi::prepare_debug_break(); \
21#error Missing implementation of hi_debug_break().
24#define hi_debug_abort() \
Functions and macros for handling architectural difference between compilers, CPUs and operating syst...
DOXYGEN BUG.
Definition algorithm.hpp:15