23 std::cerr <<
"FATAL ERROR: UNREACHABLE executed : ";
25 std::cerr <<
"\"" << msg <<
"\"";
27 std::cerr <<
" at " << file <<
":" << line;
28 std::cerr << std::endl;
31 #ifdef SERIALBOX_BUILTIN_UNREACHABLE 32 SERIALBOX_BUILTIN_UNREACHABLE;
Namespace of the serialbox library.
#define SERIALBOX_ATTRIBUTE_NORETURN
Mark a method as "no return".