Gregory Jefferis
On 1 Sep 2014, at 22:29, "Dr Gregory Jefferis" <jeffe...@mrc-lmb.cam.ac.uk> wrote: > RCPP_EXPOSED_CLASS_NODECL(MyClassD) > RCPP_MODULE(class_MyClassF) { > class_<MyClassF>( "MyClassF" ) > .constructor<Eigen::Map<Eigen::MatrixXd> >() > // other methods ... > ; > } Hmm already spotted a typo. That second block should of course have started RCPP_EXPOSED_CLASS_NODECL(MyClassF) _______________________________________________ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel