From 87f0473396b2bf5084fe50bd32c19b1122e997a6 Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Sat, 21 Dec 2019 19:14:44 -0800 Subject: [PATCH] Fixed link error in no_exceptions_test.cpp --- test/no_exceptions_test.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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