mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
Workaround a bug in icc 15
This commit is contained in:
parent
c684349195
commit
ce19309d09
@ -24,7 +24,8 @@
|
|||||||
# define FMT_HAS_FEATURE(x) 0
|
# define FMT_HAS_FEATURE(x) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __has_include
|
#if defined(__has_include) && \
|
||||||
|
(!defined(__INTEL_COMPILER) || __INTEL_COMPILER >= 1600)
|
||||||
# define FMT_HAS_INCLUDE(x) __has_include(x)
|
# define FMT_HAS_INCLUDE(x) __has_include(x)
|
||||||
#else
|
#else
|
||||||
# define FMT_HAS_INCLUDE(x) 0
|
# define FMT_HAS_INCLUDE(x) 0
|
||||||
|
Loading…
Reference in New Issue
Block a user