-
Notifications
You must be signed in to change notification settings - Fork 777
[alg.min.max] Reword min/max/minmax in modern style #6776
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
Conversation
This is |
This doesn't exactly address #6747, which wants to replace "smaller" and "larger" with "lesser" and "greater". I want to get rid of the terms altogether and more directly explain what these algorithms do with a custom predicate and projection. In no way does (But yes - thanks - the issue and PR do seem to be at least related.) |
Right. Closes #6747.
Closes #6752. |
... to clarify the meaning of "smaller"/"smallest"/"larger"/"largest" with a custom comparison predicate and/or projection.
@jwakely I'd welcome your LWG perspective if this is OK editorially. |
The contents of this PR are new the proposed resolution of LWG-4167. |
... to clarify the meaning of "smaller"/"smallest"/"larger"/"largest" with a custom comparison predicate and/or projection by effectively replacing those terms with code.
Closes #6747.
Closes #6752.