Re: [Rcpp-devel] Conflict of std::asin and std::tr1::asin while using RcppArmadillo

2016-06-22 Thread Dirk Eddelbuettel
Robin, On 22 June 2016 at 12:11, Robin Girard wrote: | Dear Rcpp experts, | | I'm using RcppArmadillo and I'm facing a conflict on the asin, acos, atan and fabs functions I hardly manage to understand (the conflict appears under linux but not under windows) | | - My header looks l

[Rcpp-devel] Conflict of std::asin and std::tr1::asin while using RcppArmadillo

2016-06-22 Thread Robin Girard
Dear Rcpp experts, I'm using RcppArmadillo and I'm facing a conflict on the asin, acos, atan and fabs functions I hardly manage to understand (the conflict appears under linux but not under windows) - My header looks like this : #define ARMA_DONT_USE_CXX11 #include "R.h" // R fun