This PR forces an evaluation in the construction of the RVineStructure objects in your C++ code, as there are changes to the templating in Eigen 3.4 that cause compilation errors in your package. Without this, your package will break with the next version of RcppEigen.
This PR forces an evaluation in the construction of the
RVineStructure
objects in your C++ code, as there are changes to the templating in Eigen 3.4 that cause compilation errors in your package. Without this, your package will break with the next version ofRcppEigen
.Let me know if you have any questions, thanks!