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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 23 10:40:24 CEST 2010


Author: romain
Date: 2010-06-23 10:40:24 +0200 (Wed, 23 Jun 2010)
New Revision: 1659

Modified:
   pkg/Rcpp/inst/ChangeLog
Log:
support for wrap( std::vector<Date> )

Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-06-23 08:40:15 UTC (rev 1658)
+++ pkg/Rcpp/inst/ChangeLog	2010-06-23 08:40:24 UTC (rev 1659)
@@ -1,3 +1,8 @@
+2010-06-23  Romain Francois <romain at r-enthusiasts.com>
+
+	* inst/include/Rcpp/Date_forward.h: forward declaration of Rcpp::Date and
+	support for wrap( container of Rcpp::Date ), e.g. wrap( vector<Date> )
+
 2010-06-22  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/include/Rcpp/Date.h: New Date class (not yet complete)



More information about the Rcpp-commits mailing list