[Rcpp-commits] r737 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Feb 18 15:15:18 CET 2010


Author: romain
Date: 2010-02-18 15:15:18 +0100 (Thu, 18 Feb 2010)
New Revision: 737

Modified:
   pkg/Rcpp/NEWS
Log:
added NEWS item about Rcpp::fixed_call

Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS	2010-02-18 14:01:43 UTC (rev 736)
+++ pkg/Rcpp/NEWS	2010-02-18 14:15:18 UTC (rev 737)
@@ -1,5 +1,8 @@
 0.7.8   (under development)
 
+    o   new template class Rcpp::fixed_call that can be used in STL algorithms
+	such as std::generate.
+
     o   new template class SimpleMatrix<int> and generated classes
     	IntegerMatrix, RawMatrix, NumericMatrix, ComplexMatrix and 
     	LogicalMatrix. These classes derived from their Vector 



More information about the Rcpp-commits mailing list