[Rcpp-commits] r881 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Mar 12 13:56:38 CET 2010


Author: romain
Date: 2010-03-12 13:56:38 +0100 (Fri, 12 Mar 2010)
New Revision: 881

Modified:
   pkg/Rcpp/NEWS
Log:
log bugfixes in NEWS

Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS	2010-03-12 12:24:08 UTC (rev 880)
+++ pkg/Rcpp/NEWS	2010-03-12 12:56:38 UTC (rev 881)
@@ -2,6 +2,14 @@
 
     o	Another small improvement to Windows build flags
 
+    o	bugfix on 64 bit platforms. The traits classes (wrap_type_traits, etc)
+	used size_t when they needed to actually use unsigned int
+
+    o	fixed pre gcc 4.3 compatibility. The trait class that was used to 
+	identify if a type is convertible to another had too many false positives
+	on pre gcc 4.3 (no tr1 or c++0x features). fixed by implementing the 
+	section 2.7 of "Modern C++ Design" book. 
+
 0.7.8   2010-03-09
 
     o	All vector classes are now generated from the same template class



More information about the Rcpp-commits mailing list