On 5 June 2014 at 04:21, JJ Allaire wrote:
| I couldn't reproduce this on Windows 7 with R 3.1 (which should have been
| using USE_CXX1X="yes" under the hood resulting in -std=c++0x passed to gcc).
| 
| However, I have this change which should make the cpp11 plugin automatically
| pass -std=c++0x when on R <= 3.0:
| 
| https://github.com/RcppCore/Rcpp/pull/148
| 
| Does that work for you? You can install with:
| 
| devtools::install_github("RcppCore/Rcpp", ref = "feature/windows-c++0x")

And it is now in the master branch -- thanks!

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org
_______________________________________________
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

Reply via email to