catch2/include
Martin Hořeňovský 249bf116e8 Route all T* comparisons through const void* comparisons
This should stop the evaluate machinery from instantiating all the
templates for every ptr type that is compared, instead generating it
for single one.
2017-08-01 22:09:32 +02:00
..
external Removed tbc_text_format (superceded by TextFlow) 2017-07-20 23:20:42 +01:00
internal Route all T* comparisons through const void* comparisons 2017-08-01 22:09:32 +02:00
reporters Split out internal error macros from the common path 2017-08-01 18:46:33 +02:00
catch.hpp Fix inverted CATCH_CONFIG_DISABLE_MATCHERS toggle 2017-07-29 08:43:32 +02:00
catch_session.hpp Split out internal error macros from the common path 2017-08-01 18:46:33 +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