-
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 LWG-3710: The end
of chunk_view
for input ranges can be const
#2878
Conversation
Signed-off-by: gogim1 <[email protected]>
Welcome to the microsoft/STL repo! The
Please ensure that this test passes locally before pushing changes. Let us know if you need assistance! |
I think this test file should also be changed.
Due to LWG-3710, Edit:
And |
Signed-off-by: gogim1 <[email protected]>
Signed-off-by: gogim1 <[email protected]>
This looks good, other than the formatting issue. |
Signed-off-by: gogim1 <[email protected]>
Thanks everyone. Without your help, I could not have finished this patch. |
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, this looks great! I'll push minor changes for nitpicky style issues.
FYI @CaseyCarter, I pushed very minor changes after you approved. |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for improving This change will be available in VS 2022 17.4 Preview 2. |
… `const` (microsoft#2878) Co-authored-by: Casey Carter <[email protected]> Co-authored-by: Stephan T. Lavavej <[email protected]>
Implements the proposed resolution of LWG-3710