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