-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Implement resolution of LWG-3449 for take_view #1457
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
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.