https://github.com/philsquared/Catch
Revision d0eb9dfb9b95b97d31656acd13bb9cfb445bc734 authored by Martin Hořeňovský on 03 November 2018, 23:00:36 UTC, committed by Martin Hořeňovský on 03 November 2018, 23:00:36 UTC
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*>.
1 parent 03d122a
History
Tip revision: d0eb9dfb9b95b97d31656acd13bb9cfb445bc734 authored by Martin Hořeňovský on 03 November 2018, 23:00:36 UTC
Remove unused partial specialization for MatcherMethod<T>
Tip revision: d0eb9df
File Mode Size
.github
CMake
artwork
contrib
docs
examples
include
misc
projects
scripts
single_include
test_package
third_party
.gitattributes -rw-r--r-- 613 bytes
.gitignore -rw-r--r-- 478 bytes
.travis.yml -rw-r--r-- 7.5 KB
CMakeLists.txt -rw-r--r-- 5.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE.txt -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 2.2 KB
appveyor.yml -rw-r--r-- 2.5 KB
codecov.yml -rw-r--r-- 400 bytes
conanfile.py -rw-r--r-- 1008 bytes

README.md

back to top