mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-03 04:34:45 +02:00
Fix formatting.
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user