mirror of
https://github.com/boostorg/exception.git
synced 2025-07-02 07:21:05 +02:00
Fixed link error in no_exceptions_test.cpp
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user