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
..
2017-09-07 17:25:15 +02:00
2020-01-25 09:01:04 +01:00
2020-03-28 18:00:42 +01:00
2019-08-09 10:50:53 +02:00
2017-09-07 17:25:15 +02:00
2017-08-30 15:53:39 +02:00
2020-02-08 14:27:40 +01:00
2019-02-08 10:41:23 +01:00
2017-07-27 11:32:01 +02:00
2020-01-25 09:01:04 +01:00
2020-05-29 14:56:40 +02:00
2019-09-07 11:31:00 +02:00
2020-01-25 09:01:04 +01:00
2019-01-11 11:55:51 +01:00
2020-05-25 15:13:18 +02:00