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