diff --git a/include/fmt/format.h b/include/fmt/format.h index f118057e..6e4b6100 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -54,7 +54,7 @@ #include "base.h" // Checking FMT_CPLUSPLUS for warning suppression in MSVC. -#if FMT_HAS_INCLUDE() && FMT_CPLUSPLUS >= 201703L +#if FMT_HAS_INCLUDE() && FMT_CPLUSPLUS >= 202002L # include // std::bit_cast #endif