[Rcpp-commits] r1173 - pkg/Rcpp/inst/include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 5 16:48:37 CEST 2010


Author: dmbates
Date: 2010-05-05 16:48:37 +0200 (Wed, 05 May 2010)
New Revision: 1173

Modified:
   pkg/Rcpp/inst/include/RcppCommon.h
Log:
Remove redundant ; (-Wall)


Modified: pkg/Rcpp/inst/include/RcppCommon.h
===================================================================
--- pkg/Rcpp/inst/include/RcppCommon.h	2010-05-05 11:31:50 UTC (rev 1172)
+++ pkg/Rcpp/inst/include/RcppCommon.h	2010-05-05 14:48:37 UTC (rev 1173)
@@ -234,7 +234,7 @@
 bool any( InputIterator first, InputIterator last, const T& value ){
     for ( ;first!=last; first++) if ( *first==value ) return true;
     return false;
-} ;             
+}
 
 /**
  * stl-like algorithm to identify if the predicate is true for any



More information about the Rcpp-commits mailing list