[Rcpp-devel] g++ flags
The problem seems to be that Rcpp uses -std=c++11; however, g++ 4.6.3, which is what comes with the latest version of Rtools on Windows, uses -std=c++0x or -std=gnu++0x ...
In g++ 4.8.1 those two are deprecated in favour of -std=c++11 and -std=gnu++11 respectively; however they are still available. Darren
Darren Cook, Software Researcher/Developer My new book: Data Push Apps with HTML5 SSE Published by O'Reilly: (ask me for a discount code!) http://shop.oreilly.com/product/0636920030928.do Also on Amazon and at all good booksellers!