From d9848a83b640515fb71d7239469d4f9c10d4c4b9 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Mon, 16 Dec 2019 18:31:31 -0500 Subject: [PATCH] More fixes for tests --- test/static_string.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/static_string.cpp b/test/static_string.cpp index dbde73e..64ab6bd 100644 --- a/test/static_string.cpp +++ b/test/static_string.cpp @@ -6963,10 +6963,10 @@ constexpr bool testConstexpr() #else __cplusplus >= 201103L // c++11 constexpr tests - basic_static_string<4, char, cxper_char_traits> a; + /*basic_static_string<4, char, cxper_char_traits> a; auto b = a.size(); auto c = a.empty(); - auto d = a.empty(); + auto d = a.empty();*/ #endif return true; }