mirror of https://github.com/fmtlib/fmt
Clarify that Formatter parameter is deprecated
This commit is contained in:
parent
40626af88b
commit
542ea7c40b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue