mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-10 13:13:57 -04:00
Update docs
This commit is contained in:
parent
861facad0a
commit
e077396f5a
@ -249,9 +249,8 @@ You can also write a formatter for a hierarchy of classes::
|
|||||||
fmt::print("{}", a); // prints "B"
|
fmt::print("{}", a); // prints "B"
|
||||||
}
|
}
|
||||||
|
|
||||||
If a type provides both a ``formatter`` specialization and an implicit
|
Providing both a ``formatter`` specialization and a ``format_as`` overload is
|
||||||
conversion to a formattable type, the specialization takes precedence over the
|
disallowed.
|
||||||
conversion.
|
|
||||||
|
|
||||||
Named Arguments
|
Named Arguments
|
||||||
---------------
|
---------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user