Re: [Rcpp-devel] Wrapping a C struct in C++ for constructor/destructor

2012-12-15 Thread Douglas Bates
On Fri, Dec 14, 2012 at 12:07 PM, Richard Downe wrote: > Since cholmod has specific functions for all the allocation/free tasks > involved in the different data structs, if you're really ambitious, you > could probably create a templated mgr c++ class, where the template args > are the specific me

Re: [Rcpp-devel] Bug in Rcpp

2012-12-15 Thread Dirk Eddelbuettel
Hi Guo Ci, Thanks for taking the time to write a bug report, and to suggest a fix -- we appreciate it! May I ask you to send such reports to the rcpp-devel list in the future? I'll CC the list now. On 15 December 2012 at 22:18, Teo Guo Ci wrote: | Hi Dirk, | I have discovered a bug in Rcpp whil