mirror of
https://github.com/fmtlib/fmt.git
synced 2025-06-25 01:11:40 +02:00
Clarify that Formatter parameter is deprecated
This commit is contained in:
@ -2263,6 +2263,7 @@ template <typename Context> class value {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Formats an argument of a custom type, such as a user-defined class.
|
// 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>
|
template <typename T, typename Formatter>
|
||||||
static void format_custom(void* arg, parse_context<char_type>& parse_ctx,
|
static void format_custom(void* arg, parse_context<char_type>& parse_ctx,
|
||||||
Context& ctx) {
|
Context& ctx) {
|
||||||
|
Reference in New Issue
Block a user