mirror of
https://github.com/boostorg/math.git
synced 2026-02-26 04:42:22 +00:00
Correct standalone failure.
This commit is contained in:
@@ -46,7 +46,7 @@ T lgamma_small_imp(T z, T zm1, T zm2, const std::integral_constant<int, 64>&, co
|
||||
BOOST_MATH_STD_USING // for ADL of std names
|
||||
T result = 0;
|
||||
|
||||
BOOST_ASSERT(z >= tools::root_epsilon<T>());
|
||||
BOOST_MATH_ASSERT(z >= tools::root_epsilon<T>());
|
||||
/*
|
||||
* Can not be reached:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user