diff --git a/include/fmt/core.h b/include/fmt/core.h index 6d3df186..6e53bd42 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -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