[Rcpp-commits] r3130 - pkg/Rcpp/inst/include/Rcpp/traits

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 11 15:16:45 CEST 2011


Author: romain
Date: 2011-07-11 15:16:45 +0200 (Mon, 11 Jul 2011)
New Revision: 3130

Modified:
   pkg/Rcpp/inst/include/Rcpp/traits/wrap_type_traits.h
Log:
helping RcppEigen 2/2

Modified: pkg/Rcpp/inst/include/Rcpp/traits/wrap_type_traits.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/traits/wrap_type_traits.h	2011-07-11 13:16:26 UTC (rev 3129)
+++ pkg/Rcpp/inst/include/Rcpp/traits/wrap_type_traits.h	2011-07-11 13:16:45 UTC (rev 3130)
@@ -36,6 +36,8 @@
  */
 struct wrap_type_unknown_tag{};
 
+struct wrap_type_custom_importer_tag{};
+
 /**
  * Type trait that helps the dispatch of wrap to the proper method
  *



More information about the Rcpp-commits mailing list