catch2/include
ArthurChamz 4abb5a2af7 Fix compilation error with old GCC versions.
Compilation failed with GCC 4.3.3 under QNX 6.4.1. This use of
auto_ptr's operator= is not supported. Change to reset() which has the
same functionality with new pointers, applying to both auto_ptr and
unique_ptr.
2014-06-04 19:00:41 -05:00
..
external Fix compilation error with old GCC versions. 2014-06-04 19:00:41 -05:00
internal build 48 2014-06-02 07:48:03 +01:00
reporters Killed a couple more warnings (one for VS2010 and one for Clang) 2014-05-19 19:04:38 +01:00
catch_runner.hpp Moved catch_test_spec.h to catch_test_spec.hpp 2014-05-16 18:28:58 +01:00
catch_with_main.hpp Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00
catch.hpp Renamed ShouldNegate to FalseTest 2014-05-29 08:00:20 +01:00