Implement resolution of LWG-3449 for take_view#1457
Implement resolution of LWG-3449 for take_view#1457StephanTLavavej merged 4 commits intomicrosoft:masterfrom
Conversation
|
@miscco @StephanTLavavej FYI I pushed a commit to change the names |
|
@miscco @CaseyCarter Does this indicate that we're missing |
Yes: the |
Why yes, yes they do. |
|
I would suggest that we merge this and then fix the simple_view issue globally. I believe there will be sufficient breakage coming from it for many PRs |
I agree; I've updated #1409 to include addressing this problem in all of the view tests. I'll move this to Final Review and we'll see if @StephanTLavavej agrees with that strategy. |
|
That strategy sounds good to me, thanks. I've pushed a merge to test this with 16.9 Preview 2 (no conflicts). |
|
Thanks for implementing this LWG issue resolution and increasing the crystalline perfection of ranges! 💎 😸 |
Addresses #1446
Fixes #1463.