On 17 April 2014 at 09:24, Romain François wrote: | Now, as Dirk says, you can use C++11 with Rcpp. Just as much as you can use C++11 with vanilla .Call/.C.
Yes of course. As R in a C program, and as .C (no SEXP) and .Call (SEXP interface) are C interfaces, Rcpp and Rcpp11 are in the exact same boat. There is no advantage at the interface level. Everything turns to C the moment we interface R. Beyond that point, we can use C++ in all its features, including C++11. Rcpp has supported the option of C++11 as long as the compilers have as it required just an optional switch. Dirk -- Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com _______________________________________________ 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