Skip to content

Conversation

@miscco
Copy link
Contributor

@miscco miscco commented Nov 12, 2020

So I may be stupid, but I cannot understand why ranges::end is suddenly invalid.

This is essentially the same problem I have with join_view

@CaseyCarter please point out the obvious

Fixes #1462.

@miscco miscco requested a review from a team as a code owner November 12, 2020 11:33
@miscco
Copy link
Contributor Author

miscco commented Nov 12, 2020

Found the error sitting in front of the monitor.

Now I only need to add tests for the different operator- combinations

@StephanTLavavej StephanTLavavej added the LWG Library Working Group issue label Nov 12, 2020
@StephanTLavavej StephanTLavavej changed the title Implement resolution to LWG-3448 LWG-3448 transform_view's sentinel<false> not comparable with iterator<true> Nov 12, 2020
@miscco
Copy link
Contributor Author

miscco commented Nov 13, 2020

This should be ready for review now

@CaseyCarter CaseyCarter self-assigned this Nov 18, 2020
@CaseyCarter CaseyCarter added the ranges C++20/23 ranges label Nov 18, 2020
Copy link
Member

@StephanTLavavej StephanTLavavej left a 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.

Copy link
Contributor

@CaseyCarter CaseyCarter left a 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.

@CaseyCarter CaseyCarter removed their assignment Dec 2, 2020
@StephanTLavavej StephanTLavavej self-assigned this Dec 3, 2020
@StephanTLavavej StephanTLavavej merged commit 8516f91 into microsoft:master Dec 3, 2020
@StephanTLavavej
Copy link
Member

Thanks for transforming the STL to be even more conformant! 😹

@miscco miscco deleted the lwg3448 branch September 7, 2021 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

LWG Library Working Group issue ranges C++20/23 ranges

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LWG-3448 transform_view's sentinel<false> not comparable with iterator<true>

3 participants