catch2/include
Martin Hořeňovský e1bca7017d Most of Assertion macros are now variadic
This means that `REQUIRE(std::vector<int>{1, 2} == std::vector<int>{1,
2});` works as expected.

Note that assertion macros taking more than 1 argument are currently not
variadic, because variadic args have to come last, which would make the
interface of these ugly: `REQUIRE_THROWS_AS(std::exception const&, ....
)`
2017-04-25 20:20:46 +02:00
..
external Don’t assume first CL arg (exe name) is present 2017-03-13 11:00:58 +00:00
internal Updated version number for v2 development and removed single include (for now). 2017-04-25 14:43:13 +00:00
reporters Removed more C++98/03 compatibility 2017-04-25 12:40:52 +01:00
catch_session.hpp Converted (almost) all for-loops with iterators or indices to range-based 2017-04-25 11:07:02 +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
catch.hpp Most of Assertion macros are now variadic 2017-04-25 20:20:46 +02:00