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

Allow upper_bound to work in the presence operator & #1632

Merged
merged 1 commit into from
Sep 12, 2021

Conversation

cdglove
Copy link
Contributor

@cdglove cdglove commented May 31, 2021

Fixes #1631

upper_bound and lower bound were both implemented with references.
lower_bound retains that design, whereas upper_bound was changed to
pointers in commit 5b8594d.

That looks like a mistake, which this commit undoes.

Fixes ericniebler#1631

upper_bound and lower bound were both implemented with references.
lower_bound retains that design, whereas upper_bound was changed to
pointers in commit 5b8594d.

That looks like a mistake, which this commit undoes.
@ericniebler ericniebler merged commit 12067ce into ericniebler:master Sep 12, 2021
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.

make_upper_bound_predicate fails if Pred or Val overload operator &
2 participants