lion03 / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

set_intersection has no overload for user-defined compare #225

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
add set_intersection(range1, range2, result, compare)

Original issue reported on code.google.com by jaredhoberock on 24 Sep 2010 at 10:19

GoogleCodeExporter commented 8 years ago
This exists, it's just not exposed in set_operations.h

Original comment by jaredhoberock on 13 Oct 2010 at 7:06

GoogleCodeExporter commented 8 years ago
set_intersection dispatches omp to generic::set_intersection, which is 
implemented wrongly with std::set_intersection

it should dispatch to omp::set_intersection

Original comment by jaredhoberock on 13 Oct 2010 at 7:16

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 8 Feb 2011 at 6:59