-
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 P2494R2 Relaxing Range Adaptors To Allow Move-Only Types #2965
Conversation
WHY IS initializer_list NOT A VIEWABLE_RANGE
this also makes the tests better, imo
Thanks, this looks good! I pushed one last round of trivial nitpicks. Now we just need to merge the blocking PR. |
This is now unblocked. 🎉 |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
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.
One issue which I have a fix for. I've updated the issues for both P2321R2 an P2474R2 to indicate that their components have changes in P2494R2.
Thanks for implementing this feature - now we can finally relax! 😹 🏖️ 🎉 |
Fixes #2934
Needs test coverageBlocked on #2661 (both update__cpp_lib_ranges
)