-
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 debug-enabled formatter
specializations
#3913
Implement debug-enabled formatter
specializations
#3913
Conversation
* This PR implements debug-enabled standard `formatter` specializations, * Drive-by: rename tests added in microsoft#3656 - use `text_formatting_` prefix instead of `formatting_ranges_` (for consistency), * Towards microsoft#2919.
tests/std/tests/P2286R8_text_formatting_debug_enabled_specializations/test.cpp
Outdated
Show resolved
Hide resolved
tests/std/tests/P2286R8_text_formatting_debug_enabled_specializations/test.cpp
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
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.
Looks good, I'm not sure we should be compiling out all the internal stuff on pre-23 mode, but it's consistent with the other parts of this feature and I can't really think of a great reason to not do it this way.
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for implementing part of this C++23 |
formatter
specializations,yvals_core.h
- I think those changes should have been a part of Implement the?
format specifier for strings and characters #3656 and current comment is enough.?
format specifier for strings and characters #3656 - usetext_formatting_
prefix instead offormatting_ranges_
(for consistency) and longer names,