From 9796c516bb7920b7362809ceaccdf6995a24d0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 30 Aug 2017 18:06:48 +0200 Subject: [PATCH] Always compile matchers implementation --- include/catch.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/catch.hpp b/include/catch.hpp index 459aacae..7ff7c8b9 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"