catch2/src
John Else 1bd7cac09f
Use macro to determine whether std::uncaught_exceptions is available
Catch assumes std::uncaught_exceptions is available whenever C++17 is
available, but for macOS versions older than 10.12 this is not the case.

Instead of checking the C++ version, use a macro to check whether the
feature is available.
2020-05-01 14:45:56 +02:00
..
catch2 Use macro to determine whether std::uncaught_exceptions is available 2020-05-01 14:45:56 +02:00
CMakeLists.txt Move around matcher macro implementation 2020-04-26 21:33:55 +02:00