[Rcpp-commits] r641 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 8 21:24:17 CET 2010


Author: edd
Date: 2010-02-08 21:24:12 +0100 (Mon, 08 Feb 2010)
New Revision: 641

Modified:
   pkg/NEWS
Log:
continuing my long battle for STL and against STL-like

Modified: pkg/NEWS
===================================================================
--- pkg/NEWS	2010-02-08 16:38:08 UTC (rev 640)
+++ pkg/NEWS	2010-02-08 20:24:12 UTC (rev 641)
@@ -4,9 +4,9 @@
     o 	wrap has been much improved. wrappable types now are :
     	- primitive types : int, double, Rbyte, Rcomplex, float, bool
     	- std::string
-    	- STL-like containers which have iterators over wrappable types:
+    	- STL containers which have iterators over wrappable types:
     	  (e.g. std::vector<T>, std::deque<T>, std::list<T>, etc ...). 
-    	- STL-like maps keyed by std::string, e.g std::map<std::string,T>
+    	- STL maps keyed by std::string, e.g std::map<std::string,T>
     	- classes that have implicit conversion to SEXP
     	- classes for which the wrap template if fully or partly specialized
     	This allows composition, so for example this class is wrappable: 



More information about the Rcpp-commits mailing list