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

[FEA]: add thrust::mismatch overloads with last2 parameter #3601

Open
bernhardmgruber opened this issue Jan 30, 2025 · 0 comments
Open

[FEA]: add thrust::mismatch overloads with last2 parameter #3601

bernhardmgruber opened this issue Jan 30, 2025 · 0 comments
Labels
thrust For all items related to Thrust.

Comments

@bernhardmgruber
Copy link
Contributor

Thrust only implements the mismatch overloads taking an unbounded second range: InputIt1 first1, InputIt1 last1, InputIt2 first2. However, since C++14 there are also overloads where we can specify the end of the second range: InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2. We should provide these overloads. See also: https://en.cppreference.com/w/cpp/algorithm/mismatch.

@bernhardmgruber bernhardmgruber added the thrust For all items related to Thrust. label Jan 30, 2025
@github-project-automation github-project-automation bot moved this to Todo in CCCL Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
thrust For all items related to Thrust.
Projects
Status: Todo
Development

No branches or pull requests

1 participant