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

fix 3-year-old bug in reverse_iterator #888

Merged
merged 4 commits into from Sep 19, 2018
Merged

Conversation

ericniebler
Copy link
Owner

We would have found this bug had we been using ranges::reverse_iterator in the implementation of inplace_merge as opposed to std::reverse_iterator. This PR makes that change in addition to a couple of other changes to use ranges:: facilities instead of std:: ones.

@ericniebler ericniebler merged commit 324590b into master Sep 19, 2018
@ericniebler ericniebler deleted the fix-reverse-iterator branch September 19, 2018 15:41
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