catch2/include
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
..
external fixing UB 2020-05-29 14:56:40 +02:00
internal Improve detection of std::uncaught_exceptions support 2020-10-06 11:07:53 +02:00
reporters Fixup whitespace in TAPReporter 2020-07-12 20:27:25 +02:00
catch.hpp v2.13.1 2020-09-07 12:34:55 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00