mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Tweak a comment
This commit is contained in:
parent
5bb8856655
commit
ee2b828b9a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user