Skip to content

[oneDPL] Add more parallel range algorithms #614

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

akukanov
Copy link
Contributor

As a follow-up to the oneDPL RFC proposal uxlfoundation/oneDPL#2037, this PR adds new parallel range algorithm signatures to the specification: fill, generate, move, replace, replace_if, remove, remove_if, mismatch, minmax_element, minmax, min, max, find_first_of, find_end, is_sorted_until.

@akukanov akukanov force-pushed the onedpl-ranges-more-algorithms branch from bc0b61a to c286144 Compare February 28, 2025 17:45
Copy link
Contributor

@danhoeflinger danhoeflinger left a comment

Choose a reason for hiding this comment

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

LGTM,
I confirmed that these signatures match p3179r7, other than the noted differences involving usage in const expressions, and sizing of both ranges for mismatch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants