I think I can answer my own question: #include
<boost/multiprecision/cpp_int.hpp> is not in the BH package. Instead, #include
<boost/multiprecision/cpp_dec_float.hpp> is included, so if I add this #include
in my file, the compile works. But apparently, I cannot include cpp_int.cpp.
_______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
