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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 11 15:33:06 CEST 2011


Author: romain
Date: 2011-07-11 15:33:06 +0200 (Mon, 11 Jul 2011)
New Revision: 3132

Modified:
   pkg/Rcpp/inst/include/Rcpp/traits/wrap_type_traits.h
Log:
revert (does not work :/)

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:32:34 UTC (rev 3131)
+++ pkg/Rcpp/inst/include/Rcpp/traits/wrap_type_traits.h	2011-07-11 13:33:06 UTC (rev 3132)
@@ -36,8 +36,6 @@
  */
 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