-
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
<ranges> Implement P2442R1 slide_view #2670
Conversation
Partially addresses microsoft#2539
Given that I'm looking at |
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.
finished checking ranges
and yvals_core
; will take a look at tests on Monday Tuesday
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
After comparing #2685's last round of feedback to this PR, I pushed changes to rename to |
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for implementing the first half of this ranges feature! 🎉 😸 🎉 |
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com> Co-authored-by: Stephan T. Lavavej <stl@nuwen.net>
This implements
slide_view
which is one half of P2442R1given that this is already a considerable amount of code I thought it best to split it up
Partially fixes #2539