diff --git a/fmt/format.h b/fmt/format.h index d4eeaa64..267ae6c2 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -63,7 +63,7 @@ # define FMT_HAS_EXPERIMENTAL_STRING_VIEW 0 #else # define FMT_HAS_STRING_VIEW 0 -# if (FMT_HAS_INCLUDE() && __cplusplus > 201402L) +# if (FMT_HAS_INCLUDE() && __cplusplus >= 201402L) # include # define FMT_HAS_EXPERIMENTAL_STRING_VIEW 1 # else