Having MP_Float.cpp in the CGAL library exposes the ABI of the STL container std::vector<limb>. That is not recommended because the ABI of the STL depends on compilation flags (debug, thread-safe, etc.)
Having MP_Float.cpp in the CGAL library exposes the ABI of the STL container std::vector<limb>. That is not recommended because the ABI of the STL depends on compilation flags (debug, thread-safe, etc.)