Skip to content
Prev 5341 / 10988 Next

[Rcpp-devel] trying installing RcppCNPy with -std=c++11 (or c++0x) and failed due to incompatible number of arguments

On 20 February 2013 at 12:38, Gong-Yi Liao wrote:
| It seems that we still need to add "#define RCPP_HAS_LONG_LONG_TYPES " 
| to cnpy.hotherwise it won't work, even the argument 'type' has been 
| specified while using npyLoad

Yes

Which is why documentation says that you need -std=c++11 as it sets this value.

Dirk