[Rcpp-commits] r750 - pkg/Rcpp/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Feb 19 17:13:31 CET 2010


Author: romain
Date: 2010-02-19 17:13:31 +0100 (Fri, 19 Feb 2010)
New Revision: 750

Modified:
   pkg/Rcpp/inst/ChangeLog
Log:
changelog

Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-02-19 16:09:55 UTC (rev 749)
+++ pkg/Rcpp/inst/ChangeLog	2010-02-19 16:13:31 UTC (rev 750)
@@ -1,5 +1,12 @@
 2010-02-19  Romain Francois <romain at r-enthusiasts.com>
 
+	* src/Rcpp/as.h: as now delegates to a template class 
+	Exporter since partial specialization was not possible with 
+	the interface of as. It is possible to partially specialize
+	Exporter. std::vector<T> when T is a primitive type is 
+	now handled through Exporter. Some support Exporter have been
+	added and used in RcppArmadillo
+
 	* src/Rcpp/internal/wrap.h: support for std::complex<double>
 	and std::complex<float> (needed for RcppArmadillo)
 



More information about the Rcpp-commits mailing list