From 50f1131fba410bb561d091a549988448e9593be3 Mon Sep 17 00:00:00 2001 From: Dair Grant Date: Fri, 6 Mar 2020 23:11:47 +0000 Subject: [PATCH] Lower FMT_STRING_RESULT gcc check to 8.0. --- include/fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)