From 1d9df9ce1cd4648e32588419d82c8952134650e6 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 13 Jun 2024 15:41:35 -0700 Subject: [PATCH] Remove a redundant comment --- include/fmt/base.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/base.h b/include/fmt/base.h index a75f0bee..a1af876f 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -149,7 +149,6 @@ import std; __cpp_nontype_template_args >= 201911L # define FMT_USE_NONTYPE_TEMPLATE_ARGS 1 #elif FMT_CLANG_VERSION >= 1200 && FMT_CPLUSPLUS >= 202002L -// clang 12 already has enough support for {fmt} to use. # define FMT_USE_NONTYPE_TEMPLATE_ARGS 1 #else # define FMT_USE_NONTYPE_TEMPLATE_ARGS 0