[Rcpp-commits] r537 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 31 21:32:09 CET 2010
Author: romain
Date: 2010-01-31 21:32:09 +0100 (Sun, 31 Jan 2010)
New Revision: 537
Modified:
pkg/NEWS
Log:
news
Modified: pkg/NEWS
===================================================================
--- pkg/NEWS 2010-01-31 20:28:30 UTC (rev 536)
+++ pkg/NEWS 2010-01-31 20:32:09 UTC (rev 537)
@@ -3,9 +3,11 @@
o wrap is now able to handle more stl and tr1 types. Given that T
can be wrapped, the following can be wrapped:
+ - std::list<T>
- std::multiset<T>
- std::map<std::string,T>
- std::multimap<std::string,T>
+ - std::tr1::unordered_set<T>
- std::tr1::unordered_map<std::string,T>
- std::tr1::unordered_multimap<std::string,T>
More information about the Rcpp-commits
mailing list