<div>
                    Hello,
                </div><div><br></div><div>First of all, thanks for all the Rcpp*. It's very helpful.</div><div><br></div><div>I have a small question, and I can't (unfortunately) find the answer over the internet. I'm trying to do this :</div><div><br></div><div>class Foo {</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>public:</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>double <b>static</b> myFunction();</div><div>};</div><div><br></div><div>And then, use the RCPP_MODULE :</div><div><br></div><div>RCPP_MODULE(mod_Foo) {</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>class_<Foo>("Foo")</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">  </span>.method("myFunction", &Foo::MyFunction", "bla bla bla")</div><div>}</div><div><br></div><div>Unfortunately, it doesn't compile and gives me the following error :</div><div><br></div><div><div>integration.h:82: error: no matching function for call to ‘Rcpp::class_<NewModel>::method(const char [12], Rcpp::NumericVector (*)(Rcpp::NumericVector, Rcpp::NumericVector, double, double, double, double, int), const char [37])’</div><div><br></div><div>Maybe it just works as intended, but I haven't found anything inside the documentation. (It works when I remove the static). Has anybody an idea ?</div><div><br></div><div>Thank you very much and have a nice day,</div><div><br></div><div>Julien</div></div>
                <div></div>