[Rcpp-commits] r329 - pkg/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jan 9 22:42:43 CET 2010
Author: romain
Date: 2010-01-09 22:42:43 +0100 (Sat, 09 Jan 2010)
New Revision: 329
Modified:
pkg/inst/ChangeLog
Log:
throw an exception on Function::operator() if an R error occurs
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2010-01-09 21:41:22 UTC (rev 328)
+++ pkg/inst/ChangeLog 2010-01-09 21:42:43 UTC (rev 329)
@@ -1,3 +1,8 @@
+2010-01-09 Romain Francois <francoisromain at free.fr>
+
+ * src/Rcpp/Function.h: Function::operator() now throws an
+ exception if an R error occurs.
+
2010-01-08 Romain Francois <francoisromain at free.fr>
* src/Rcpp/wrap.h: added wrap( size_t ) to disambiguate it
More information about the Rcpp-commits
mailing list