Skip to content

Commit 2f09b74

Browse files
author
thirdwing
committed
fixed
1 parent 9b8c681 commit 2f09b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/include/Rcpp/sugar/operators/Comparator_With_One_Value.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Comparator_With_One_Value : public ::Rcpp::VectorBase< LGLSXP, true, Compa
5454
Operator op ;
5555

5656
inline int rhs_is_na(int i) const { return rhs ; }
57-
inline int rhs_is_not_na(R_xlen_t i) const {
57+
inline int rhs_is_not_na(int i) const {
5858
STORAGE x = lhs[i] ;
5959
return Rcpp::traits::is_na<RTYPE>(x) ? x : op( x, rhs ) ;
6060
}

0 commit comments

Comments
 (0)