Skip to content
Prev 6196 / 10988 Next

[Rcpp-devel] Forcing a shallow versus deep copy

I am sure there are better ways to achieve the goal. I would suggest that
these two be similar if possible. I think the naive expectation is for them
to be consistent.

// [[Rcpp::export]]
stuff function(Rcpp::stuff) {
}

// [[Rcpp::export]]
stuff function(arma::stuff) {
}

Thank you again. Cheers.
On Thu, Jul 11, 2013 at 9:22 PM, <romain at r-enthusiasts.com> wrote:

            
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20130711/41fb14ce/attachment.html>