forked from boostorg/static_string
Change C++ constexpr to use pseudo char_traits
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user