Skip to content
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

[range.filter.sentinel] Fix argument to ranges::end #2884

Closed
wants to merge 1 commit into from

Conversation

cpplearner
Copy link
Contributor

Here end_ should be initialized with the sentinel of parent's underlying view (instead of the sentinel of parent, which may lead to infinite recursion, if not a type mismatch).

@CaseyCarter
Copy link
Contributor

This looks suspiciously like the PR I just submitted to correct this issue. sigh Sorry for stomping on your fix.

@cpplearner cpplearner deleted the patch-1 branch February 28, 2022 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants