We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd6f95 commit c86e744Copy full SHA for c86e744
1 file changed
include/boost/math/special_functions/gamma.hpp
@@ -1913,7 +1913,7 @@ struct igamma_initializer
1913
// our initialization code here as the precision presumably
1914
// varies at runtime, and will not have been set yet. Plus the
1915
// code requiring initialization isn't called when digits == 0.
1916
- BOOST_MATH_IF_CONSTEXPR (std::numeric_limits<T>::digits)
+ if (std::numeric_limits<T>::digits)
1917
{
1918
boost::math::gamma_p(static_cast<T>(400), static_cast<T>(400), Policy());
1919
}
0 commit comments