[Rcpp-commits] r633 - pkg/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Feb 8 12:45:34 CET 2010
Author: romain
Date: 2010-02-08 12:45:15 +0100 (Mon, 08 Feb 2010)
New Revision: 633
Modified:
pkg/inst/ChangeLog
Log:
document why copy constructors and assignment operators were added yesterday
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2010-02-08 08:33:16 UTC (rev 632)
+++ pkg/inst/ChangeLog 2010-02-08 11:45:15 UTC (rev 633)
@@ -2,6 +2,11 @@
* src/RcppSexp.h: class RcppSexp removed (was deprecated)
+ * src/Rcpp/*.h: defaults copy constructors and assignment
+ operators have been added for all classes extending RObject.
+ Otherwise the compiler generates default versions that circumvent
+ the garbage collection management
+
2010-02-06 Dirk Eddelbuettel <edd at debian.org>
* inst/examples/functionCallback/newApiExamples.r: Added simpler
More information about the Rcpp-commits
mailing list