diff --git a/test/no_exceptions_test.cpp b/test/no_exceptions_test.cpp index 2e8665a..1e85736 100644 --- a/test/no_exceptions_test.cpp +++ b/test/no_exceptions_test.cpp @@ -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