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 59bb4b1 commit ce5d157Copy full SHA for ce5d157
inst/include/Rcpp/vector/ListOf.h
@@ -26,9 +26,8 @@ template <typename T>
26
class ListOf {
27
28
public:
29
- static const int RTYPE = traits::r_sexptype_traits<T>::rtype;
30
- typedef typename traits::r_vector_iterator<RTYPE>::type iterator ;
31
- typedef typename traits::r_vector_const_iterator<RTYPE>::type const_iterator ;
+ typedef typename traits::r_vector_iterator<VECSXP>::type iterator;
+ typedef typename traits::r_vector_const_iterator<VECSXP>::type const_iterator;
32
33
ListOf(): list(R_NilValue) {};
34
0 commit comments