diff --git a/include/fmt/format.h b/include/fmt/format.h index 6c8cf153..d112ecdc 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -3544,7 +3544,7 @@ FMT_CONSTEXPR internal::udl_arg operator"" _a(const wchar_t* s, #endif // FMT_USE_USER_DEFINED_LITERALS FMT_END_NAMESPACE -#if FMT_GCC_VERSION >= 900 +#if FMT_GCC_VERSION >= 800 # define FMT_STRING_RESULT(s) ()->fmt::basic_string_view> #else # define FMT_STRING_RESULT(s)