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.min.max] Replace small/large terminology with less/greater #6752

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Eisenwave
Copy link
Contributor

Fixes #6747 in part.

The motivation for this edit is already stated in the linked edit. [alg.min.max] is the best place to start with implementing these changes because any terminology but less/greater is misleading.

For example, std::min is implemented in terms of <. Saying it returns the "smaller" value has seemingly nothing to do with the less-than operator, which is poor wording.

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.

Replace "smaller" with "lower" and "larger" with "greater"?
1 participant