2
0
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:
jzmaddock
2024-07-04 19:22:54 +01:00
parent 8a266b88b7
commit 67dc6ec335

View File

@@ -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:
*