Commit ee2b828b authored by Victor Zverovich's avatar Victor Zverovich

Tweak a comment

parent 5bb88566
...@@ -147,7 +147,7 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment