-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for chrono type S
decimal point locale does not match code
#4117
Comments
I wonder if I missed something, |
I just ran into the same Issue: Although I'm not sure whether |
|
Relevant material: https://wg21.link/P2372R3 |
Fixed in 589898e. Thanks for reporting. |
The decimal point character for the chrono type
'S'
seems to be locale-independent, contrary to what the docs says. Reproduced at https://godbolt.org/z/TKxcq5hf6.From the docs:
Relevant code (I think):
fmt/include/fmt/chrono.h
Line 1148 in 3135421
fmt/include/fmt/chrono.h
Line 1153 in 3135421
fmt/include/fmt/chrono.h
Line 1195 in 3135421
The text was updated successfully, but these errors were encountered: