Change C++ constexpr to use pseudo char_traits

This commit is contained in:
Krystian Stasiowski
2020-03-08 14:25:09 -04:00
parent 8681e2eb68
commit b7de5db7b8

View File

@ -15,7 +15,7 @@ namespace boost {
namespace static_strings {
// char_traits aren't fully constexpr until c++20
#if BOOST_STATIC_STRING_STANDARD_VERSION <= 201703L && BOOST_STATIC_STRING_STANDARD_VERSION >= 201402L
#ifdef BOOST_STATIC_STRING_CPP14
struct cxper_char_traits
{
using char_type = char;