Update docs

This commit is contained in:
Victor Zverovich 2023-05-12 16:10:38 -07:00
parent 861facad0a
commit e077396f5a

View File

@ -249,9 +249,8 @@ You can also write a formatter for a hierarchy of classes::
fmt::print("{}", a); // prints "B"
}
If a type provides both a ``formatter`` specialization and an implicit
conversion to a formattable type, the specialization takes precedence over the
conversion.
Providing both a ``formatter`` specialization and a ``format_as`` overload is
disallowed.
Named Arguments
---------------