Gregory Jefferis

On 1 Sep 2014, at 22:29, "Dr Gregory Jefferis" <[email protected]> 
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
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to