diff --git a/.gitignore b/.gitignore index 342f845..99363e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.vscode/ipch/* +/.vscode/settings.json diff --git a/test/cloning_test.cpp b/test/cloning_test.cpp index 138a38c..154751b 100644 --- a/test/cloning_test.cpp +++ b/test/cloning_test.cpp @@ -9,6 +9,7 @@ #include #include #include +#include typedef boost::error_info my_info; 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