mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Update changelog
This commit is contained in:
@ -189,7 +189,7 @@
|
||||
#include <fmt/chrono.h>
|
||||
|
||||
int main() {
|
||||
fmt::print("{}\n", std::chrono::days(42)); // prints "42d"
|
||||
fmt::print("{}\n", std::chrono::days(42)); // prints "42d"
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user