Skip to content
Prev 7512 / 10988 Next

[Rcpp-devel] g++ flags

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