mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 06:21:00 +00:00
Fix formatting.
This commit is contained in:
parent
87b5ebfc4a
commit
1f6e4e9d7a
@ -48,7 +48,7 @@ An object of any user-defined type for which there is an overloaded
|
|||||||
|
|
||||||
You can use ``fmt::ActiveFormatter`` to create your own functions
|
You can use ``fmt::ActiveFormatter`` to create your own functions
|
||||||
similar to ``fmt::Format`` and ``fmt::Print`` with an arbitrary action
|
similar to ``fmt::Format`` and ``fmt::Print`` with an arbitrary action
|
||||||
performed when formatting is complete:
|
performed when formatting is complete::
|
||||||
|
|
||||||
struct PrintError {
|
struct PrintError {
|
||||||
void operator()(const fmt::Formatter &f) const {
|
void operator()(const fmt::Formatter &f) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user