forked from boostorg/exception
Fixed link error in no_exceptions_test.cpp
This commit is contained in:
@ -41,6 +41,11 @@ boost
|
|||||||
#endif
|
#endif
|
||||||
exit(boost::report_errors());
|
exit(boost::report_errors());
|
||||||
}
|
}
|
||||||
|
void
|
||||||
|
throw_exception(std::exception const & x, boost::source_location const &)
|
||||||
|
{
|
||||||
|
throw_exception(x);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user