Skip to content

Commit

Permalink
Merge pull request #1177 from boostorg/unused_erf
Browse files Browse the repository at this point in the history
Remove now unused parameter
  • Loading branch information
mborland committed Aug 12, 2024
2 parents 06d11fb + d5bab81 commit 523a984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/math/special_functions/erf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ T erf_imp(T z, bool invert, const Policy& pol, const Tag& t)
}

template <class T, class Policy>
BOOST_MATH_GPU_ENABLED T erf_imp(T z, bool invert, const Policy& pol, const std::integral_constant<int, 53>& t)
BOOST_MATH_GPU_ENABLED T erf_imp(T z, bool invert, const Policy& pol, const std::integral_constant<int, 53>&)
{
BOOST_MATH_STD_USING

Expand Down

0 comments on commit 523a984

Please sign in to comment.