I have seen several posts, and bumped into the ceiling of the 20 argument limit. In the 2017 FAQ, it is explained: Rcpp is constrained by the older C++ standards which do not support variadic function arguments.
I don't find mention of this in the change logs except in version 0.7 circa 2010 when the limit was apparently changed from 5 to 20.
I am now faced with an API update for my core C++ library that exceeds this ceiling. Just wondering if this limit has been relaxed with newer standards.
Thank you!
J Park
--
_______________________________________________ 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