Skip to content
Prev 6971 / 10988 Next

[Rcpp-devel] Problems wrapping stl::vector<int>

Thanks a lot, it works!
I thought I tried to return the variable a directly without template
specialization but apparently I didn't T.T However I tried this:
IntegerVector x = wrap(a);
and it still didn't work...

I'll remember this, thanks again!
Ale

On Fri, Jan 3, 2014 at 5:23 PM, Romain Francois
<romain at r-enthusiasts.com> wrote: