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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Nov 27 16:35:23 CET 2010


Author: romain
Date: 2010-11-27 16:35:23 +0100 (Sat, 27 Nov 2010)
New Revision: 2550

Modified:
   pkg/Rcpp/inst/include/Rcpp/traits/is_na.h
Log:
removed name of unused parameter

Modified: pkg/Rcpp/inst/include/Rcpp/traits/is_na.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/traits/is_na.h	2010-11-27 14:51:56 UTC (rev 2549)
+++ pkg/Rcpp/inst/include/Rcpp/traits/is_na.h	2010-11-27 15:35:23 UTC (rev 2550)
@@ -45,7 +45,7 @@
 	}
 	
 	template <>
-	inline bool is_na<RAWSXP>( Rbyte x){ return false; }
+	inline bool is_na<RAWSXP>( Rbyte ){ return false; }
 	
 	template <>
 	inline bool is_na<STRSXP>( SEXP x ){ return x == NA_STRING ; }



More information about the Rcpp-commits mailing list