mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-15 02:11:12 -04:00
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 |
||
---|---|---|
.. | ||
ExtraTests | ||
SelfTest | ||
TestScripts | ||
XCode/OCTest | ||
CMakeLists.txt |