catch2/include
Arto Bendiken fa2366ba12 Fixed -Wunused-value warnings from Clang 3.4 in THROWS/NOTHROW use.
These warnings were emitted by test suites that included any test
cases for std::bad_cast exceptions being thrown or not thrown, as
per the following example:

    REQUIRE_THROWS_AS((bool)my_object, std::bad_cast);
2014-03-20 04:15:17 +01:00
..
external New version of Clara 2014-03-17 18:40:58 +00:00
internal Fixed -Wunused-value warnings from Clang 3.4 in THROWS/NOTHROW use. 2014-03-20 04:15:17 +01:00
reporters Added private assignment operator to fix VS2010 issue 2014-02-11 18:11:06 +00:00
catch_runner.hpp Reporter command line parser errors more eagerly 2013-12-20 19:06:02 +00:00
catch_with_main.hpp Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00
catch.hpp Fixed instance of Clara::_ placeholder when using CATCH_CONFIG_RUNNER 2014-03-10 18:02:18 +00:00