| commit | 9796c516bb7920b7362809ceaccdf6995a24d0c9 | [log] [tgz] |
|---|---|---|
| author | Martin Hořeňovský <martin.horenovsky@gmail.com> | Wed Aug 30 18:06:48 2017 +0200 |
| committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | Wed Aug 30 18:06:48 2017 +0200 |
| tree | a23f7a3932281a194d1fe24656a41bf7a5725fe0 | |
| parent | 255f7d7369a4d0851fe0efebe2689d1da20ae5a4 [diff] [blame] |
Always compile matchers implementation
diff --git a/include/catch.hpp b/include/catch.hpp index 459aaca..7ff7c8b 100644 --- a/include/catch.hpp +++ b/include/catch.hpp
@@ -20,6 +20,9 @@ #if defined(CATCH_CONFIG_MAIN) || defined(CATCH_CONFIG_RUNNER) # define CATCH_IMPL # define CATCH_CONFIG_EXTERNAL_INTERFACES +# if defined(CATCH_CONFIG_DISABLE_MATCHERS) +# undef CATCH_CONFIG_DISABLE_MATCHERS +# endif #endif #include "internal/catch_platform.h"