[Phylobase-commits] r246 - branches/nclrepair/src/RcppSrc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 5 23:00:23 CEST 2008


Author: bcomeara
Date: 2008-08-05 23:00:23 +0200 (Tue, 05 Aug 2008)
New Revision: 246

Modified:
   branches/nclrepair/src/RcppSrc/Rcpp.hpp
Log:
added <cstring> header to deal with header changes in gcc 4.3.1

Modified: branches/nclrepair/src/RcppSrc/Rcpp.hpp
===================================================================
--- branches/nclrepair/src/RcppSrc/Rcpp.hpp	2008-08-05 20:52:03 UTC (rev 245)
+++ branches/nclrepair/src/RcppSrc/Rcpp.hpp	2008-08-05 21:00:23 UTC (rev 246)
@@ -27,6 +27,7 @@
 #else
 #include <sstream>
 #include <string>
+#include <cstring>  //Brian O'Meara added call to cstring to hopefully deal with errors from GCC 4.3.1 (see http://gcc.gnu.org/gcc-4.3/porting_to.html )
 #include <list>
 #include <map>
 #endif



More information about the Phylobase-commits mailing list