[Rcpp-commits] r800 - pkg/Rcpp/src/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 1 09:54:42 CET 2010


Author: romain
Date: 2010-03-01 09:54:42 +0100 (Mon, 01 Mar 2010)
New Revision: 800

Modified:
   pkg/Rcpp/src/Rcpp/Vector.h
Log:
the converter becomes static in Vector

Modified: pkg/Rcpp/src/Rcpp/Vector.h
===================================================================
--- pkg/Rcpp/src/Rcpp/Vector.h	2010-03-01 08:51:37 UTC (rev 799)
+++ pkg/Rcpp/src/Rcpp/Vector.h	2010-03-01 08:54:42 UTC (rev 800)
@@ -927,7 +927,7 @@
 	}
 	
 	traits::r_vector_cache<RTYPE> cache ;
-	converter_type converter;
+	static converter_type converter ;
 	
 } ; /* Vector */
 



More information about the Rcpp-commits mailing list