-
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
LWG-3848: slide_view
missing base
accessor
#3410
Conversation
Thanks! I pushed a tiny commit to remove an unnecessary check (copy-pasted?). |
Yes, it was copy-pasted from |
FYI I've pushed two extra changes:
|
I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed. |
Thanks for helping the STL slide towards increased conformance! 🎚️ 📈 😻 |
This PR adds
base
accessor toranges::slide_view
implemented in #2670.Fixes #3409.