[Rcpp-commits] r4030 - pkg/Rcpp/inst/include/Rcpp/vector
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Nov 24 09:01:16 CET 2012
Author: romain
Date: 2012-11-24 09:01:15 +0100 (Sat, 24 Nov 2012)
New Revision: 4030
Modified:
pkg/Rcpp/inst/include/Rcpp/vector/Vector.h
Log:
revert yto use RCPP_LOOP_UNROLL instead of RCPP_LOOP_UNROLL_PTR
Modified: pkg/Rcpp/inst/include/Rcpp/vector/Vector.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/vector/Vector.h 2012-11-23 20:18:12 UTC (rev 4029)
+++ pkg/Rcpp/inst/include/Rcpp/vector/Vector.h 2012-11-24 08:01:15 UTC (rev 4030)
@@ -147,7 +147,7 @@
template <typename T>
inline void import_expression( const T& other, int n ){
iterator start = begin() ;
- RCPP_LOOP_UNROLL_PTR(start,other)
+ RCPP_LOOP_UNROLL(start,other)
}
template <typename T>
More information about the Rcpp-commits
mailing list