Fixed link error in no_exceptions_test.cpp

This commit is contained in:
Emil Dotchevski
2019-12-21 19:14:44 -08:00
parent d0963a7cf6
commit 87f0473396

View File

@ -41,6 +41,11 @@ boost
#endif
exit(boost::report_errors());
}
void
throw_exception(std::exception const & x, boost::source_location const &)
{
throw_exception(x);
}
}
int