31 _what{
"A boost exception was raised: " + reason}
49 std::stringstream
str;
50 str <<
"At " << file <<
":" << line <<
" in function " << function
51 <<
" the following expression evaluted to false: " << expr;
62 std::stringstream
str;
63 str <<
"At " << file <<
":" << line <<
" in function " << function
64 <<
" the following expression evaluted to false:" << expr <<
"\n"
void assertion_failed_msg(char const *expr, char const *msg, char const *function, char const *file, long line)
void assertion_failed(char const *expr, char const *function, char const *file, long line)
BoostAssertException(const std::string &reason="")
const char * what() const noexcept override