mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-30 04:27:33 +02:00
Fix version guard
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
#include <boost/static_string/static_string.hpp>
|
#include <boost/static_string/static_string.hpp>
|
||||||
|
|
||||||
// char_traits aren't constexpr until c++17
|
// 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
|
struct cxper_char_traits
|
||||||
{
|
{
|
||||||
using char_type = char;
|
using char_type = char;
|
||||||
|
Reference in New Issue
Block a user