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

[forwardlist.ops,list.ops] Fix specification of 'unique' LWG2997 #4465

Closed
wants to merge 1 commit into from

Conversation

jensmaurer
Copy link
Member

Partially addresses #4221

group of equal elements referred to by the iterator \tcode{i} in the range \range{first +
1}{last} for which \tcode{*i == *(i-1)} (for the version with no arguments) or \tcode{pred(*i,
*(i - 1))} (for the version with a predicate argument) holds.
Erases all but the first element from every consecutive group of equal elements.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #4221 (comment) w.r.t "every consecutive group".

@jensmaurer jensmaurer added the changes requested Changes to the wording or approach have been requested and not yet applied. label Mar 25, 2021
@wg21bot wg21bot added the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Jun 15, 2021
@jensmaurer jensmaurer changed the title [forwardlist.ops,list.ops] Fix specification of 'unique' [forwardlist.ops,list.ops] Fix specification of 'unique' LWG2997 Jun 15, 2021
@jensmaurer jensmaurer closed this Jun 15, 2021
@jensmaurer jensmaurer deleted the c33 branch June 15, 2021 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes requested Changes to the wording or approach have been requested and not yet applied. needs rebase The pull request needs a git rebase to resolve merge conflicts.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants