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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Mar 7 13:33:30 CET 2010


Author: romain
Date: 2010-03-07 13:33:30 +0100 (Sun, 07 Mar 2010)
New Revision: 846

Modified:
   pkg/Rcpp/src/Rcpp/Vector.h
Log:
declare the buffer

Modified: pkg/Rcpp/src/Rcpp/Vector.h
===================================================================
--- pkg/Rcpp/src/Rcpp/Vector.h	2010-03-07 12:27:13 UTC (rev 845)
+++ pkg/Rcpp/src/Rcpp/Vector.h	2010-03-07 12:33:30 UTC (rev 846)
@@ -1299,6 +1299,8 @@
 		
 	} ;
 	
+	template<int RTYPE> std::string string_proxy<RTYPE>::buffer ;
+	
 	inline std::ostream& operator<<(std::ostream& os, const string_proxy<STRSXP>& proxy) {
 	    os << static_cast<const char*>(proxy) ;
 	    return os;



More information about the Rcpp-commits mailing list