catch2/include
Darren Gilroy 9ccea82d7f Catch: resolve inconsistency in CATCH_REQUIRE_THROWS
The REQUIRE_THROWS and CATCH_REQUIRE_THROWS macros have
a subtle inconsistency in their implementation which can
cause a warning if [-Wunused-value] is used.

This commit changes CATCH_REQUIRE_THROWS so it has the
same implementation as REQUIRE_THROWS

It looks like REQUIRE_THROWS was change in commit
fae0fa4ec but not CATCH_REQUIRE_THROWS.

Similar changes for CATCH_CHECK_THROWS
2019-02-09 17:42:53 +01:00
..
external Update Clara to v1.1.5 to fix TextFlow bugs 2018-10-26 18:48:28 +02:00
internal fix SEGFAULTs 2019-02-08 10:41:23 +01:00
reporters Fix TAP protocol reporter 2019-02-08 10:48:32 +01:00
catch.hpp Catch: resolve inconsistency in CATCH_REQUIRE_THROWS 2019-02-09 17:42:53 +01: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