From 4b5ac4d3d93e78b6735cb787307ea44c4fc76a47 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 9 Aug 2017 10:29:05 +0100 Subject: [PATCH] Actually do what the previous commit claimed to do! :-s --- include/internal/catch_assertioninfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/internal/catch_assertioninfo.h b/include/internal/catch_assertioninfo.h index 1ac304e1..5f136bf7 100644 --- a/include/internal/catch_assertioninfo.h +++ b/include/internal/catch_assertioninfo.h @@ -23,7 +23,7 @@ namespace Catch { // We want to delete this constructor but a compiler bug in 4.8 means // the struct is then treated as non-aggregate - AssertionInfo() = delete; + //AssertionInfo() = delete; }; } // end namespace Catch