Skip to content

Commit

Permalink
Merge pull request #1147 from boostorg/remove_sinc_overload
Browse files Browse the repository at this point in the history
Remove overload no longer required by multiprecision.
  • Loading branch information
jzmaddock authored Jun 16, 2024
2 parents dfc2934 + 7de8145 commit 15f0d52
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/boost/math/special_functions/sinhc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,6 @@ namespace boost
return(result);
}
}
//
// Temporary fix to keep multiprecision happy.
// REMOVE ME!!
//
template<typename T>
inline T sinhc_pi_imp(const T x)
{
return sinhc_pi_imp(x, boost::math::policies::policy<>());
}

} // namespace detail

Expand Down

0 comments on commit 15f0d52

Please sign in to comment.