We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 509ebe4 + ffd3f2f commit bbf9d13Copy full SHA for bbf9d13
include/boost/compute/algorithm/transform.hpp
@@ -73,8 +73,8 @@ inline OutputIterator transform(InputIterator1 first1,
73
difference_type n = std::distance(first1, last1);
74
75
return transform(
76
- make_zip_iterator(boost::make_tuple(first1, first2)),
77
- make_zip_iterator(boost::make_tuple(last1, first2 + n)),
+ ::boost::compute::make_zip_iterator(boost::make_tuple(first1, first2)),
+ ::boost::compute::make_zip_iterator(boost::make_tuple(last1, first2 + n)),
78
result,
79
detail::unpack(op),
80
queue
0 commit comments