lion03 / thrust

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

allow adjacent_different to work in-place with general iterators using a temporary buffer #302

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Should also note that this issue will go away at some point in the future 
(issue #198).

Original issue reported on code.google.com by wnbell on 8 Feb 2011 at 3:14

GoogleCodeExporter commented 8 years ago
On second thought we should just rework the implementation to detect 
overlapping ranges with general iterators.  It's not perfect, since 
incomparable iterators can still reference the same underlying data, but it 
will capture the most common usage.

Original comment by wnbell on 8 Feb 2011 at 4:22

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 1543b9ab8d.

Original comment by wnbell on 8 Feb 2011 at 6:01