zarquon42b / Morpho

R-package providing a toolset for (3D-based) Geometric Morphometrics
51 stars 16 forks source link

Declare C++11 standard #24

Closed dmurdoch closed 3 years ago

dmurdoch commented 3 years ago

On my system, the current code fails to compile because the package doesn't declare it is using C++11. This fixes that.

zarquon42b commented 3 years ago

Thanks a lot. This is weird as I never had this problem and I am not aware using c++11 code in Morpho but it doesn't hurt to declare it. BTW: What system are you using?

dmurdoch commented 3 years ago

I see the issues on MacOS. It might be that it's coming from an include file in Rcpp or RcppArmadillo.