diff --git a/test/constexpr_tests.hpp b/test/constexpr_tests.hpp index b1b3d32..ae55cfb 100644 --- a/test/constexpr_tests.hpp +++ b/test/constexpr_tests.hpp @@ -2,7 +2,7 @@ #include // char_traits aren't constexpr until c++17 -#ifndef BOOST_STATIC_STRING_CPP17_CONSTEXPR_USED +#ifdef BOOST_STATIC_STRING_CPP14_CONSTEXPR_USED struct cxper_char_traits { using char_type = char;