lion03 / thrust

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

Calls to copy invoking ADL when not intended #314

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
thrust/detail/device/dispatch/copy.h and 
thrust/detail/device/cuda/dispatch/copy.h contain calls to copy / copy_if that 
are unqualified. These invoke ADL which causes an ambiguity. The fix is to 
fully qualify these calls to avoid the ADL.

Original issue reported on code.google.com by james.sh...@gmail.com on 1 Mar 2011 at 9:00

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 1 Mar 2011 at 9:03

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

Original comment by jaredhoberock on 13 May 2011 at 11:39