Skip to content

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

@bernhardmgruber

Description

@bernhardmgruber

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.

Metadata

Metadata

Labels

thrustFor all items related to Thrust.

Type

No type

Projects

Status

In Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions