Skip to content

Commit 4459853

Browse files
committed
typo
1 parent fc2133a commit 4459853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/RcppParallel/simd/algorithm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace RcppParallel {
55

66
template <typename T, typename U, typename UnOp>
7-
U* simdTransform(const T* begin, const T* end, U* out, Unop&& f)
7+
U* simdTransform(const T* begin, const T* end, U* out, UnOp&& f)
88
{
99
return boost::simd::transform(begin, end, out, std::forward<UnOp>(f));
1010
}

0 commit comments

Comments
 (0)