-
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
Implement formattable
, range_format
, and format_kind
#4116
Implement formattable
, range_format
, and format_kind
#4116
Conversation
- Implement the part for `formattable` in LWG-3631 and LWG-3925 - Speculatively implement LWG-3997 (as done in libc++)
Unblocking libcxx tests.
tests/std/tests/P2286R8_text_formatting_formattable/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P2286R8_text_formatting_formattable/test.compile.pass.cpp
Show resolved
Hide resolved
tests/std/tests/P2286R8_text_formatting_formattable/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P2286R8_text_formatting_formattable/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P2286R8_text_formatting_formattable/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P2286R8_text_formatting_formattable/test.compile.pass.cpp
Show resolved
Hide resolved
tests/std/tests/P2286R8_text_formatting_formattable/test.compile.pass.cpp
Show resolved
Hide resolved
tests/std/tests/P2286R8_text_formatting_formattable/test.compile.pass.cpp
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
I'm speculatively mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
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.
None of these comments is a serious defect, and I don't want to reset testing, so I'm going to approve. I'll pepare changes for these comments in a followup PR.
Thanks for implementing more of this C++23 feature! 📈 🎉 🚀 |
Also speculatively implement LWG-3997 since libc++ is already doing this. Towards #2919.