catch2/include
Julien Nitard 7be8a41adf Fix ambiguity in stringification
Happening when using clang and templated operators, clang cannot decide
between the operator provided by ReusableStringStream and the one provided
by the value value as both are templates. This is easily solved by calling
the operator<< through the member syntax.

Fixes #1285
2018-06-06 22:33:03 +02:00
..
external Bring in Clara v1.1.4 2018-03-09 10:37:56 +01:00
internal Fix ambiguity in stringification 2018-06-06 22:33:03 +02:00
reporters Changed to c++ style includes 2018-04-21 15:58:05 +02:00
catch.hpp v2.2.2 2018-04-06 12:11:22 +02: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