Skip to content
Prev 6328 / 12125 Next

[R-pkg-devel] C++11 requirements for package dependencies

I think that C++11 isn't a requirement of RcppArmadillo, it's an option 
that is used if available.  (Assuming you are using the CRAN version, 
not an experimental/devel version.)  A user of the header file can include

#define ARMA_USE_CXX11

which would make it a system requirement of whatever package did that, 
even though it isn't a system requirement for RcppArmadillo.

But I could be wrong about this...

Duncan Murdoch
On 30/11/2020 11:06 a.m., Mark Clements wrote: