mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Fix build on ancient gcc
This commit is contained in:
parent
1929df4bc2
commit
0c86f467bc
@ -171,7 +171,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FMT_INLINE
|
#ifndef FMT_INLINE
|
||||||
# if FMT_GCC_VERSION
|
# if FMT_GCC_VERSION && FMT_USE_CONSTEXPR
|
||||||
# define FMT_INLINE inline __attribute__((always_inline))
|
# define FMT_INLINE inline __attribute__((always_inline))
|
||||||
# else
|
# else
|
||||||
# define FMT_INLINE
|
# define FMT_INLINE
|
||||||
|
Loading…
Reference in New Issue
Block a user