|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#if !defined(__XTD_CORE_INTERNAL__)
6#error "Do not include this file: Internal use only"
12#define __xtd_debugbreak __debugbreak
13#elif defined(__clang__) || defined(__GNUC__)
14#define __xtd_debugbreak __builtin_trap
17#define __xtd_debugbreak std::abort