Sorry to bug you all, I accidently sent a wrong message few minutes ago.
I have posted this problem few days ago, can anybody helps me with this
compilation error ? I do not have idea why there is no matching function...
It is from Romain's example -
http://lists.r-forge.r-project.org/pipermail/rc
Hello,
Up to now, a class exposed by a module could only have one method of a
given name. I've now lifted that restriction by applying the same sort
of trickery as in this thread:
http://article.gmane.org/gmane.comp.lang.r.rcpp/929
Consider this simple C++ class :
class Randomizer {
public: