catch2/include
gnzlbg ce6598599b Conditionally removes usage of deprecated features
-add macros to test for C++ version and features
to catch_compiler_capabilities.hpp
- replaces dynamic exception specifications (deprecated)
with noexcept in C++ Version >= 11
- defines defaulted copy constructor/move constructors/assignment
in C++ Version >= 11 since their implicit generation is deprecated
under some circumstances.
- fixes #259
2014-03-20 14:03:51 +01:00
..
internal Conditionally removes usage of deprecated features 2014-03-20 14:03:51 +01:00
reporters Print warnings if no assertions and not running with -s 2013-11-13 08:07:38 +00:00
catch.hpp INFO and CAPTURE are now scoped 2013-06-28 17:09:57 +01:00
catch_runner.hpp Some Clara/ command line clean-up and tweaks 2013-08-16 18:57:57 +01:00
catch_with_main.hpp Builds almost completely cleanly with -WEverything in LLVM 2012-08-13 07:46:10 +01:00