diff --git a/include/fmt/format.h b/include/fmt/format.h index 1dbf0994..9fd795be 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -172,7 +172,7 @@ FMT_END_NAMESPACE # define FMT_BUILTIN_CLZLL(n) __builtin_clzll(n) #endif -#if (__cplusplus >= 201703L) +#if (__cplusplus > 201703L) # define FMT_CAPTURE_OF_THIS , this #else # define FMT_CAPTURE_OF_THIS