-
Notifications
You must be signed in to change notification settings - Fork 1.6k
LWG-3448 transform_view's sentinel<false> not comparable with iterator<true> #1458
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
|
Found the error sitting in front of the monitor. Now I only need to add tests for the different |
|
This should be ready for review now |
StephanTLavavej
left a comment
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.
Looks good - I'll resolve the merge conflicts and push fixes for the superficial things I found.
CaseyCarter
left a comment
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.
There's a small whitespace fix here which I'll go ahead and apply.
Remove extra empty line.
|
Thanks for transforming the STL to be even more conformant! 😹 |
So I may be stupid, but I cannot understand why
ranges::endis suddenly invalid.This is essentially the same problem I have with
join_view@CaseyCarter please point out the obvious
Fixes #1462.