mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
Unindent
This commit is contained in:
parent
dc440dd19d
commit
1aeac1b25a
2
format.h
2
format.h
@ -65,7 +65,7 @@
|
|||||||
# define FMT_HAS_FEATURE(x) 0
|
# define FMT_HAS_FEATURE(x) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# ifdef __has_builtin
|
#ifdef __has_builtin
|
||||||
# define FMT_HAS_BUILTIN(x) __has_builtin(x)
|
# define FMT_HAS_BUILTIN(x) __has_builtin(x)
|
||||||
#else
|
#else
|
||||||
# define FMT_HAS_BUILTIN(x) 0
|
# define FMT_HAS_BUILTIN(x) 0
|
||||||
|
Loading…
Reference in New Issue
Block a user