We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09ecdd commit dbd9436Copy full SHA for dbd9436
inst/include/Rcpp/DottedPairImpl.h
@@ -64,11 +64,11 @@ namespace Rcpp{
64
void replace( const int& index, const T& object ) ;
65
66
inline R_xlen_t length() const {
67
- return ::Rf_length(static_cast<const CLASS&>(*this).get__()) ;
+ return ::Rf_xlength(static_cast<const CLASS&>(*this).get__()) ;
68
}
69
70
inline R_xlen_t size() const {
71
72
73
74
/**
0 commit comments