-
Notifications
You must be signed in to change notification settings - Fork 1.6k
LWG-3848: slide_view missing base accessor
#3410
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
|
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
baseaccessor toranges::slide_viewimplemented in #2670.Fixes #3409.