rcpparrayfire icon indicating copy to clipboard operation
rcpparrayfire copied to clipboard

Convert to header only

Open rstub opened this issue 5 years ago • 0 comments

Currently part of the Rcpp::as and Rcpp::wrap support is compiled into RcppArrayFie.so. Adding that library to the linker does work on Linux, but it is not portable. Instead, Rcpp::as and Rcpp::wrap support should be done header-only.

rstub avatar Mar 16 '19 10:03 rstub