Don't use UDL templates on Intel C++ compiler (#742)

This commit is contained in:
Victor Zverovich 2018-05-26 08:07:45 -07:00
parent 6dcc526d5b
commit fba352a92a

View File

@ -115,7 +115,7 @@
# endif
#endif
#if FMT_USE_USER_DEFINED_LITERALS && \
#if FMT_USE_USER_DEFINED_LITERALS && !defined(FMT_ICC_VERSION) && \
((FMT_GCC_VERSION >= 600 && __cplusplus >= 201402L) || \
(defined(FMT_CLANG_VERSION) && FMT_CLANG_VERSION >= 304))
# define FMT_UDL_TEMPLATE 1