catch2/projects/SelfTest
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
..
Baselines Fix ambiguity in stringification 2018-06-06 22:33:03 +02:00
CompileTimePerfTests Added files for multiply inclusions of test cases 2017-11-17 15:46:57 +00:00
IntrospectiveTests Allow only 1 reporter at a time 2018-04-07 12:05:29 +02:00
SurrogateCpps Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
UsageTests Fix ambiguity in stringification 2018-06-06 22:33:03 +02:00
TestMain.cpp Remove unnecessary semicolons 2018-02-05 10:03:51 +01:00