Re: [Rcpp-devel] more generic vector code

2010-02-28 Thread Dirk Eddelbuettel
On 28 February 2010 at 15:02, Romain Francois wrote: | I've commited some reorganization of Rcpp so that the code to deal with | vectors is fully generic. | | Before, where we had the template SimpleVector, the class | CharacterVector and the template SEXP_Vector, we now have a | single templa

[Rcpp-devel] more generic vector code

2010-02-28 Thread Romain Francois
Hello, I've commited some reorganization of Rcpp so that the code to deal with vectors is fully generic. Before, where we had the template SimpleVector, the class CharacterVector and the template SEXP_Vector, we now have a single template Rcpp::Vector to generate all vector types. This still