diff --git a/Straight_skeleton_2/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h b/Straight_skeleton_2/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h index 0acd720fed7..6f0efd9840e 100644 --- a/Straight_skeleton_2/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h +++ b/Straight_skeleton_2/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h @@ -49,8 +49,7 @@ inline CORE::BigFloat MP_Float_to_BigFloat( MP_Float const& b ) d += d_exp * CORE::BigFloat(b.of_exp(i)); } - // The cast is necessary for SunPro. - return d * CORE::BigFloat::exp2(static_cast(exp * log_limb)); + return d * CORE::BigFloat::exp2(exp * log_limb); } #endif