[Rcpp-commits] r3131 - pkg/Rcpp/inst/include/Rcpp/internal

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 11 15:32:34 CEST 2011


Author: romain
Date: 2011-07-11 15:32:34 +0200 (Mon, 11 Jul 2011)
New Revision: 3131

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

Modified: pkg/Rcpp/inst/include/Rcpp/internal/wrap.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/internal/wrap.h	2011-07-11 13:16:45 UTC (rev 3130)
+++ pkg/Rcpp/inst/include/Rcpp/internal/wrap.h	2011-07-11 13:32:34 UTC (rev 3131)
@@ -662,11 +662,6 @@
 inline SEXP wrap_dispatch_unknown_importable( const T& object, ::Rcpp::traits::true_type){
 	return wrap_dispatch_importer<T,typename T::r_import_type>( object ) ;
 }
- 
-template <typename T>
-inline SEXP wrap_dispatch( const T& object, ::Rcpp::traits::wrap_type_custom_importer_tag ){
-	return CustomImporter<T>( object ) ;
-}
 
 /** 
  * This is called by wrap when the wrap_type_traits is wrap_type_unknown_tag



More information about the Rcpp-commits mailing list