From 1b4383185c7e6afc89871070c56fc128a0ddc8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20N=C3=A4we?= Date: Fri, 6 Nov 2015 14:51:56 +0100 Subject: [PATCH] don't forward declare as class and later define as struct Signed-off-by: Stefan Naewe --- include/internal/catch_matchers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_matchers.hpp b/include/internal/catch_matchers.hpp index 14249ebf..55b1eeea 100644 --- a/include/internal/catch_matchers.hpp +++ b/include/internal/catch_matchers.hpp @@ -15,7 +15,7 @@ namespace Matchers { namespace Generic { template class AllOf; template class AnyOf; - template class Not; + template struct Not; } template