We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2133a commit 4459853Copy full SHA for 4459853
inst/include/RcppParallel/simd/algorithm.h
@@ -4,7 +4,7 @@
4
namespace RcppParallel {
5
6
template <typename T, typename U, typename UnOp>
7
-U* simdTransform(const T* begin, const T* end, U* out, Unop&& f)
+U* simdTransform(const T* begin, const T* end, U* out, UnOp&& f)
8
{
9
return boost::simd::transform(begin, end, out, std::forward<UnOp>(f));
10
}
0 commit comments