catch2/projects/SelfTest
Martin Hořeňovský d0eb9dfb9b Remove unused partial specialization for MatcherMethod<T>
No matcher actually uses it, and there is no good reason for it,
as the best it can do for user is removing a single indirection
when using the pointer inside the matcher. Given the overhead of
other code that will be running during such time, it is completely
meaningless.

This also fixes compilation for PredicateMatcher<const char*>.
2018-11-04 00:00:36 +01:00
..
Baselines Remove unused partial specialization for MatcherMethod<T> 2018-11-04 00:00:36 +01:00
CompileTimePerfTests Added files for multiply inclusions of test cases 2017-11-17 15:46:57 +00:00
IntrospectiveTests Catch's CLI now checks whether requested reporter exists 2018-10-25 15:43:30 +02:00
SurrogateCpps Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
UsageTests Remove unused partial specialization for MatcherMethod<T> 2018-11-04 00:00:36 +01:00
TestMain.cpp Remove unnecessary semicolons 2018-02-05 10:03:51 +01:00