Lower FMT_STRING_RESULT gcc check to 8.0.

This commit is contained in:
Dair Grant 2020-03-06 23:11:47 +00:00
parent 2807732878
commit 50f1131fba

View File

@ -3544,7 +3544,7 @@ FMT_CONSTEXPR internal::udl_arg<wchar_t> 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<fmt::remove_cvref_t<decltype(*s)>>
#else
# define FMT_STRING_RESULT(s)