1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-05 06:55:44 +02:00
Martin Hořeňovský 9bc15939a5
Don't use exception-related std:: functions with -fno-exceptions
This doesn't cause trouble with GCC/Clang and libstdc++, but IAR
and its stdlib apparently doesn't compile when you use `fno-exceptions`
and `std::current_exception`/`std::rethrow_exception`.

Fixes 
2018-12-18 20:19:39 +01:00
..