Tweak a comment

This commit is contained in:
Victor Zverovich 2020-03-09 11:27:14 -07:00
parent 5bb8856655
commit ee2b828b9a

View File

@ -147,7 +147,7 @@
# endif # endif
#endif #endif
// Workaround broken [[deprecated]] in the Intel, PGI and NVCC compiler // Workaround broken [[deprecated]] in the Intel, PGI and NVCC compilers.
#if defined(__INTEL_COMPILER) || defined(__PGI) || FMT_NVCC #if defined(__INTEL_COMPILER) || defined(__PGI) || FMT_NVCC
# define FMT_DEPRECATED_ALIAS # define FMT_DEPRECATED_ALIAS
#else #else