Add out-of-box compiling for Intel Compiler v19.0.

This commit is contained in:
stolmie 2019-08-27 20:08:32 +01:00
parent 88600b91b6
commit 06e050a0cb

View File

@ -119,7 +119,7 @@
#endif
#ifndef FMT_DEPRECATED
# if defined(__INTEL_COMPILER)
# if defined(__INTEL_COMPILER) // Tested with Intel Compiler v19.0 at all available language levels.
# define FMT_DEPRECATED [[gnu::deprecated]]
# elif (FMT_HAS_CPP_ATTRIBUTE(deprecated) && __cplusplus >= 201402L) || \
FMT_MSC_VER >= 1900