From ee2b828b9a04ef6b9595e779a7878d4d27018cee Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 9 Mar 2020 11:27:14 -0700 Subject: [PATCH] Tweak a comment --- include/fmt/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 5496d895..72bbddad 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -147,7 +147,7 @@ # 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 # define FMT_DEPRECATED_ALIAS #else