-
Notifications
You must be signed in to change notification settings - Fork 1.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
P2372R3: Fix handling of locale in chrono formatters #2273
Conversation
Add the 'L' specifier to chrono formatter Add a test for localized chrono formatting Use dash in locale name for compatibility with old systems ABI mitigation, drop std:: and auto Keep ostream insertion operators localized
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Product code looks great; I have a couple of requests for expanded test coverage.
tests/std/tests/P0355R7_calendars_and_time_zones_formatting/test.cpp
Outdated
Show resolved
Hide resolved
@barcharcraz @CaseyCarter I forgot that we need to mention this paper in |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks @barcharcraz and @vitaut for implementing this C++20 DR! ✔️ ⌚ 😸 |
Continuation of #1892
In addition to that pull requests content (which is mirrored here, although squashed into one commit) I have
<chrono>
Estimate width of aligned chronat strings #2017 )fixes: #2237
approved by plenary a week ago:
cplusplus/papers#1039