Right now counting_iterator's difference_type is ptrdiff_t when the
Incrementable is numeric. It needs to be
numeric_difference<Incrementable>::type. This is causing problems on 32b
systems [1].
[1] https://groups.google.com/forum/#!topic/thrust-users/twOYgGqZl-w
Original issue reported on code.google.com by jaredhoberock on 30 Mar 2011 at 5:55
Original issue reported on code.google.com by
jaredhoberock
on 30 Mar 2011 at 5:55