[Rcpp-commits] r2481 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 21 23:26:38 CET 2010
Author: romain
Date: 2010-11-21 23:26:38 +0100 (Sun, 21 Nov 2010)
New Revision: 2481
Modified:
pkg/Rcpp/ChangeLog
Log:
logging
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2010-11-21 22:23:57 UTC (rev 2480)
+++ pkg/Rcpp/ChangeLog 2010-11-21 22:26:38 UTC (rev 2481)
@@ -5,6 +5,12 @@
* src/Module.cpp: implementation (Class__has_default_constructor)
* inst/include/Rcpp/Module.h: support (class_.has_default_constructor)
+
+ * inst/include/Rcpp/module/Module_generated_class_constructor.h: new interface
+ for exposing constructors, the init_ disappears and the template arguments
+ are directly applied to the .constructor function
+
+ * inst/include/Rcpp/module/Module_generated_Constructor.h: removed init_*
2010-11-20 John M Chambers <jmc at r-project.org>
More information about the Rcpp-commits
mailing list