From 542ea7c40b37aad3c892b7f8f2c88e812951fa7c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 3 May 2025 10:28:46 -0700 Subject: [PATCH] Clarify that Formatter parameter is deprecated --- include/fmt/base.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fmt/base.h b/include/fmt/base.h index 87b3fd7c..ae3d43f4 100644 --- a/include/fmt/base.h +++ b/include/fmt/base.h @@ -2263,6 +2263,7 @@ template class value { } // Formats an argument of a custom type, such as a user-defined class. + // DEPRECATED! Formatter template parameter will be removed. template static void format_custom(void* arg, parse_context& parse_ctx, Context& ctx) {