[Rcpp-devel] Question about Rcpp and boost
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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20150311/627025ca/attachment.html>