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

Consistently uses “a program may specialize” #6916

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

Conversation

xmcgcg
Copy link
Contributor

@xmcgcg xmcgcg commented Mar 29, 2024

“A program may specialize” should be used in favor of “users may specialize” because it is closer to the term “program-defined specialization”.

“A program may specialize” is already being used in the following sections:

  • [allocator.uses.trait]
  • [meta.trans.other]
  • [func.bind.isbind]
  • [func.bind.isplace]
  • [time.clock.conv]

The commit of this PR changes all occurences of “users may specialize” to “a program may specialize”, these occurences are in the following sections:

  • [format.range.fmtkind]
  • [incrementable.traits]
  • [iterator.concept.sizedsentinel]
  • [range.range]
  • [range.sized]
  • [range.view]

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

1 participant