eddelbuettel / rcppcnpy

Rcpp bindings for NumPy files
GNU General Public License v2.0
26 stars 16 forks source link

adapt to const correct Rcpp #2

Closed romainfrancois closed 9 years ago

romainfrancois commented 9 years ago

Related to RcppCore/Rcpp#211

The code assumed that Vector::iterator and Vector::const_iterator were the same type, and so the package failed to compile on a fixed version of Rcpp.

Expanded the test matrix on travis so that it gets tested against both const correct and not const correct Rcpp.