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

[alg.clamp] Add missing calls to invoke #3902

Merged
merged 1 commit into from Apr 15, 2020

Conversation

CaseyCarter
Copy link
Contributor

...which were accidentally ommitted from 31a1a94. Note that this doesn't alter the semantics of the overload in std: comp's type Compare is required to be a function object (and therefore not a pointer-to-member for which invoke would be significant) by [alg.sorting]/2.

...which were accidentally ommitted from 31a1a94. Note that this doesn't alter the semantics of the overload in `std`: `comp`'s type `Compare` is required to be a function object (and therefore not a pointer-to-member for which `invoke` would be significant) by [alg.sorting]/2.
@jensmaurer jensmaurer merged commit 891cafc into cplusplus:master Apr 15, 2020
@CaseyCarter CaseyCarter deleted the clamp branch April 15, 2020 20:37
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

3 participants