((condition) ? ((void)0) \
"assertion", \
fmt::format(
"{} said: {} ({})", (function_name), (
r), ((stream).msg ? (stream).msg :
"")), \
static_cast<const char*>(__PRETTY_FUNCTION__), \
__FILE__, \
__LINE__ \
))
Definition blockallocator.hh:18
22 "assertion", \
23 fmt::format(
"{} said: {} ({})", (function_name), (
r), ((stream).msg ? (stream).msg :
"")), \
24 static_cast<const char*>(__PRETTY_FUNCTION__), \
25 __FILE__, \
26 __LINE__ \
27 ))
void assertionFailed(std::string_view type, std::string_view expr, std::string_view function, std::string_view filename, unsigned int line) __attribute__((noreturn))
Definition assertions.cc:51