copy_if_intervals uses a bare call to min [1] which is confused with all the
other things potentially called min. We need to #include
<thrust/detail/minmax.h> and use thrust::min.
[1]
http://code.google.com/p/thrust/source/browse/thrust/detail/backend/cuda/copy_if
.inl#71
Original issue reported on code.google.com by jaredhoberock on 12 Jul 2011 at 6:06
Original issue reported on code.google.com by
jaredhoberock
on 12 Jul 2011 at 6:06