Fix build on ancient gcc

This commit is contained in:
Victor Zverovich 2020-04-19 09:52:40 -07:00
parent 1929df4bc2
commit 0c86f467bc

View File

@ -171,7 +171,7 @@
#endif
#ifndef FMT_INLINE
# if FMT_GCC_VERSION
# if FMT_GCC_VERSION && FMT_USE_CONSTEXPR
# define FMT_INLINE inline __attribute__((always_inline))
# else
# define FMT_INLINE