diff --git a/Number_types/include/CGAL/boost_mp.h b/Number_types/include/CGAL/boost_mp.h index 5fd0609ddd8..e8ab70ac9be 100644 --- a/Number_types/include/CGAL/boost_mp.h +++ b/Number_types/include/CGAL/boost_mp.h @@ -371,7 +371,7 @@ namespace Boost_MP_internal { const Interval_nt intv(l, u); Protect_FPU_rounding P(CGAL_FE_UPWARD); - std::tie(l, u) = CGAL::ldexp(intv, e).pair(); + std::tie(l, u) = CGAL::ldexp(intv, static_cast(e)).pair(); if (change_sign) { const double t = l;