Implement LWG-3710: The end of chunk_view for input ranges can be const#2878
Implement LWG-3710: The end of chunk_view for input ranges can be const#2878StephanTLavavej merged 7 commits intomicrosoft:mainfrom
end of chunk_view for input ranges can be const#2878Conversation
Signed-off-by: gogim1 <294843472@qq.com>
|
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 <294843472@qq.com>
Signed-off-by: gogim1 <294843472@qq.com>
|
This looks good, other than the formatting issue. |
Signed-off-by: gogim1 <294843472@qq.com>
|
Thanks everyone. Without your help, I could not have finished this patch. |
StephanTLavavej
left a comment
There was a problem hiding this comment.
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 <cacarter@microsoft.com> Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
Implements the proposed resolution of LWG-3710