catch2/include
Matthias Blankertz 0614a4acb3 Hide std::exception_ptr and friends if exceptions disabled
Some compilers, e.g. the Green Hills C++ compiler, react badly to the
appearance of std::exception_ptr, std::current_exception,
std::rethrow_exception and std::uncaught_exception(s). To allow usage of
Catch2 with these compilers when exceptions are disabled, hide the usage
of std::exception_ptr etc. when compiling with
CATCH_CONFIG_DISABLE_EXCEPTIONS.
2020-06-12 23:23:55 +02:00
..
external fixing UB 2020-05-29 14:56:40 +02:00
internal Hide std::exception_ptr and friends if exceptions disabled 2020-06-12 23:23:55 +02:00
reporters Add status attribute to JUnit's section reporting 2020-05-15 21:00:19 +02:00
catch.hpp v2.12.2 2020-05-25 15:13:18 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00