This commit is contained in:
Victor Zverovich 2014-06-11 05:52:02 -07:00
parent dc440dd19d
commit 1aeac1b25a

View File

@ -65,7 +65,7 @@
# define FMT_HAS_FEATURE(x) 0
#endif
# ifdef __has_builtin
#ifdef __has_builtin
# define FMT_HAS_BUILTIN(x) __has_builtin(x)
#else
# define FMT_HAS_BUILTIN(x) 0