[Rcpp-commits] r1066 - pkg/Rcpp/inst/include/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Apr 18 21:00:37 CEST 2010


Author: romain
Date: 2010-04-18 21:00:37 +0200 (Sun, 18 Apr 2010)
New Revision: 1066

Modified:
   pkg/Rcpp/inst/include/Rcpp/Vector.h
Log:
oops

Modified: pkg/Rcpp/inst/include/Rcpp/Vector.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/Vector.h	2010-04-18 18:58:15 UTC (rev 1065)
+++ pkg/Rcpp/inst/include/Rcpp/Vector.h	2010-04-18 19:00:37 UTC (rev 1066)
@@ -2702,7 +2702,6 @@
 			const_cast<char *>(lhs.begin() ), 
 			const_cast<char *>(rhs.begin())
 			) <= 0 ;
-		return res ;
 	}
 		
 	template<int RTYPE> std::string string_proxy<RTYPE>::buffer ;



More information about the Rcpp-commits mailing list