-
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 P2499R0: string_view
Range Constructor Should Be explicit
#2947
Conversation
string_view
Range Constructor Should Be explicit
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.
We need to add an entry for P2499R0 string_view Range Constructor Should Be explicit
in the "[features] controlled by _HAS_CXX23
" section of <yvals_core.h>
" (Yes, this isn't much of a feature, but that's the process.) somewhere around line 317. (They're ordered by proposal number.)
This comment was marked as resolved.
This comment was marked as resolved.
Perfect, thanks! |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for implementing this feature, following the original one you implemented! 😻 ✅ 🚀 |
Fixes #2935