From ce9c72d3505aa9ebd17dafce00c6ba89ce54cd80 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 21 Apr 2025 09:56:43 +0100 Subject: [PATCH] expint: coverage cosmetic change. --- include/boost/math/special_functions/expint.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/boost/math/special_functions/expint.hpp b/include/boost/math/special_functions/expint.hpp index 560098cd1..314ae4bee 100644 --- a/include/boost/math/special_functions/expint.hpp +++ b/include/boost/math/special_functions/expint.hpp @@ -1542,10 +1542,7 @@ BOOST_MATH_GPU_ENABLED inline typename tools::promote_args::type precision_type::value <= 113 ? 113 : 0 > tag_type; - return policies::checked_narrowing_cast(detail::expint_i_imp( - static_cast(z), - forwarding_policy(), - tag_type()), "boost::math::expint<%1%>(%1%)"); + return policies::checked_narrowing_cast(detail::expint_i_imp(static_cast(z), forwarding_policy(), tag_type()), "boost::math::expint<%1%>(%1%)"); } template