mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-27 21:00:01 +01:00
Update changelog, readme and improve compat
This commit is contained in:
@@ -2365,6 +2365,10 @@ class arg_formatter:
|
||||
explicit arg_formatter(context_type &ctx, format_specs *spec = {})
|
||||
: base(Range(ctx.out()), spec), ctx_(ctx) {}
|
||||
|
||||
// Deprecated.
|
||||
arg_formatter(context_type &ctx, format_specs &spec)
|
||||
: base(Range(ctx.out()), &spec), ctx_(ctx) {}
|
||||
|
||||
using base::operator();
|
||||
|
||||
/** Formats an argument of a user-defined type. */
|
||||
|
||||
Reference in New Issue
Block a user