Clarify that Formatter parameter is deprecated

This commit is contained in:
Victor Zverovich
2025-05-03 10:28:46 -07:00
parent 40626af88b
commit 542ea7c40b

View File

@ -2263,6 +2263,7 @@ template <typename Context> class value {
}
// Formats an argument of a custom type, such as a user-defined class.
// DEPRECATED! Formatter template parameter will be removed.
template <typename T, typename Formatter>
static void format_custom(void* arg, parse_context<char_type>& parse_ctx,
Context& ctx) {