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
Original issue reported on code.google.com by
james.sh...@gmail.com
on 1 Mar 2011 at 9:00