diff --git a/include/fmt/core.h b/include/fmt/core.h index 2576d056..d2c9633c 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -99,7 +99,7 @@ #endif #ifndef FMT_OVERRIDE -# if FMT_HAS_FEATURE(cxx_override) || \ +# if FMT_HAS_FEATURE(cxx_override_control) || \ (FMT_GCC_VERSION >= 408 && FMT_HAS_GXX_CXX11) || FMT_MSC_VER >= 1900 # define FMT_OVERRIDE override # else