2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Remove multiprecision header leading to circular dependency

This commit is contained in:
Matt Borland
2025-10-30 11:23:22 +01:00
parent 6ee28f29f6
commit cca52ce8cf

View File

@@ -16,7 +16,7 @@
#include <boost/math/differentiation/detail/reverse_mode_autodiff_utilities.hpp>
#include <boost/math/special_functions/erf.hpp>
#include <boost/multiprecision/cpp_bin_float.hpp>
namespace boost {
namespace math {
namespace differentiation {