[Rcpp-commits] r2085 - in pkg/Rcpp/inst: . include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 8 21:56:27 CEST 2010


Author: edd
Date: 2010-09-08 21:56:26 +0200 (Wed, 08 Sep 2010)
New Revision: 2085

Modified:
   pkg/Rcpp/inst/ChangeLog
   pkg/Rcpp/inst/include/RcppCommon.h
Log:
also include typeinfo (or else compiling Module breaks)


Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog	2010-09-08 18:22:03 UTC (rev 2084)
+++ pkg/Rcpp/inst/ChangeLog	2010-09-08 19:56:26 UTC (rev 2085)
@@ -1,3 +1,7 @@
+2010-09-08  Dirk Eddelbuettel  <edd at debian.org>
+
+	* inst/include/RcppCommon.h: Also include typeinfo header file
+
 2010-09-08  Romain Francois <romain at r-enthusiasts.com>
 
 	* inst/include/Rcpp/Module.h : added class_Base::property_names method
@@ -22,7 +26,7 @@
 
 	* inst/examples/ConvolveBenchmarks/exampleRCode.r: Rewritten /
 	simplified using the rbenchmark::benchmark() function
-	
+
  	* DESCRIPTION: Added Suggests: on rbenchmark package
 
 2010-09-04  Dirk Eddelbuettel  <edd at debian.org>

Modified: pkg/Rcpp/inst/include/RcppCommon.h
===================================================================
--- pkg/Rcpp/inst/include/RcppCommon.h	2010-09-08 18:22:03 UTC (rev 2084)
+++ pkg/Rcpp/inst/include/RcppCommon.h	2010-09-08 19:56:26 UTC (rev 2085)
@@ -82,6 +82,7 @@
 #include <algorithm>
 #include <complex>
 #include <limits.h>
+#include <typeinfo>
 
 #ifdef HAS_INIT_LISTS
 #include <initializer_list>



More information about the Rcpp-commits mailing list