[Rcpp-devel] g++ flags

Darren Cook darren at dcook.org
Wed Apr 30 15:10:37 CEST 2014


> 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!


More information about the Rcpp-devel mailing list