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
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