mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-13 22:50:05 +00:00
Merge branch 'master' of github.com:fmtlib/fmt
This commit is contained in:
commit
0fc73a2a85
@ -64,7 +64,8 @@
|
|||||||
# define FMT_HAS_FEATURE(x) 0
|
# define FMT_HAS_FEATURE(x) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__has_include) && !defined(__INTELLISENSE__) && \
|
#if defined(__has_include) && \
|
||||||
|
(!defined(__INTELLISENSE__) || FMT_MSC_VER > 1900) && \
|
||||||
(!FMT_ICC_VERSION || FMT_ICC_VERSION >= 1600)
|
(!FMT_ICC_VERSION || FMT_ICC_VERSION >= 1600)
|
||||||
# define FMT_HAS_INCLUDE(x) __has_include(x)
|
# define FMT_HAS_INCLUDE(x) __has_include(x)
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user