mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-01 03:34:45 +02:00
Unindent
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user