Skip to content
Prev 2054 / 10988 Next

[Rcpp-devel] Problem passing Armadillo objects back to R

To make it harder for users to shoot themselves in the foot with 'List::create(Named("x") = wrap(X), ...', is it possible to make it simply illegal to assign an explicit "wrap" to a "Named"? This would force everyone to use implicit wraps, which as you said are safe.

Davor
On 2011-04-06, at 4:22 AM, Romain Francois wrote: