Skip to content

Comments

[alg.remove] Fix a typo#8760

Merged
jensmaurer merged 1 commit intocplusplus:mainfrom
dangelog:fix-typo-in-alg-remove
Feb 22, 2026
Merged

[alg.remove] Fix a typo#8760
jensmaurer merged 1 commit intocplusplus:mainfrom
dangelog:fix-typo-in-alg-remove

Conversation

@dangelog
Copy link
Contributor

The E in the code is actually meant to be a function on an iterator i; amend both usages to E(i). This was already done everywhere else (for instance in copy_if or unique_copy).

The `E` in the code is actually meant to be a function on an
iterator `i`; amend both usages to `E(i)`. This was already done
everywhere else (for instance in copy_if or unique_copy).
@jensmaurer jensmaurer merged commit 15fc5a2 into cplusplus:main Feb 22, 2026
2 checks passed
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.

2 participants