mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Update README.rst
This commit is contained in:
@ -102,7 +102,7 @@ Print chrono durations:
|
|||||||
fmt::print("strftime-like format: {:%H:%M:%S}\n", 3h + 15min + 30s);
|
fmt::print("strftime-like format: {:%H:%M:%S}\n", 3h + 15min + 30s);
|
||||||
}
|
}
|
||||||
|
|
||||||
Output::
|
* Output::
|
||||||
|
|
||||||
Default format: 42s 100ms
|
Default format: 42s 100ms
|
||||||
strftime-like format: 03:15:30
|
strftime-like format: 03:15:30
|
||||||
@ -119,7 +119,7 @@ Print a container:
|
|||||||
fmt::print("{}\n", v);
|
fmt::print("{}\n", v);
|
||||||
}
|
}
|
||||||
|
|
||||||
Output::
|
* Output::
|
||||||
|
|
||||||
{1, 2, 3}
|
{1, 2, 3}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user