[Rcpp-commits] r558 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Feb 2 09:28:10 CET 2010


Author: romain
Date: 2010-02-02 09:28:10 +0100 (Tue, 02 Feb 2010)
New Revision: 558

Modified:
   pkg/NEWS
Log:
typo

Modified: pkg/NEWS
===================================================================
--- pkg/NEWS	2010-02-02 08:27:32 UTC (rev 557)
+++ pkg/NEWS	2010-02-02 08:28:10 UTC (rev 558)
@@ -3,7 +3,7 @@
 
     o 	The range based version of wrap is now exposed at the Rcpp::
     	level with the following interface : 
-    	wrap( InputIterator first, InputIterator last )
+    	Rcpp::wrap( InputIterator first, InputIterator last )
     	This is dispatched internally to the most appropriate implementation
     	using traits
 



More information about the Rcpp-commits mailing list