catch2/projects
Martin Hořeňovský e6f5e05ebc
Improve detection of std::uncaught_exceptions support
The problem was that Catch2 did not reliably include `<exception>`
before it checked for the feature test macro for
`std::uncaught_exceptions`. To avoid overhead of including
`<exception>` everywhere, the configuration check was split out
into a separate header.

Closes #2021
2020-10-06 11:07:53 +02:00
..
ExtraTests Increase tolerances in --min-duration tests 2020-07-07 11:36:56 +02:00
SelfTest Support sentinel-based ranges in default stringify (#2004) 2020-08-18 10:34:47 +02:00
TestScripts Fix how testRandomOrder.py builds tag arguments 2020-07-11 21:32:10 +02:00
XCode/OCTest Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00
CMakeLists.txt Improve detection of std::uncaught_exceptions support 2020-10-06 11:07:53 +02:00