asherliu / thrust

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

adjacent_difference's in-place specialization should only apply to random_access_traversal_tag #396

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's currently dispatched for all kinds of traversal incorrectly

Original issue reported on code.google.com by jaredhoberock on 12 Oct 2011 at 12:15

GoogleCodeExporter commented 8 years ago
nevermind, it looks like cpp has a specialization.  that's the only place 
non-random access would make sense

Original comment by jaredhoberock on 12 Oct 2011 at 12:16