From 9bb941401d17d67ff5dc45f1a4e4de4ef856893a Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Fri, 28 Feb 2020 16:44:48 -0500 Subject: [PATCH] Fix syntax --- test/constexpr_tests.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/constexpr_tests.hpp b/test/constexpr_tests.hpp index ec83111..c17a744 100644 --- a/test/constexpr_tests.hpp +++ b/test/constexpr_tests.hpp @@ -570,7 +570,7 @@ testConstantEvaluation() cstatic_string().length() + cstatic_string().max_size() + cstatic_string().capacity()) && - cstatic_string().empty()); + cstatic_string().empty(); #endif } } // static_strings