2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Coverage: trivial lambert_w markup.

This commit is contained in:
jzmaddock
2025-05-02 19:44:35 +01:00
parent dbd2028123
commit a6688c991d

View File

@@ -764,7 +764,7 @@ T lambert_w0_small_z(const T z, const Policy&, std::integral_constant<int, 4> co
#else
template <typename T, typename Policy>
inline T lambert_w0_small_z(const T z, const Policy& pol, std::integral_constant<int, 4> const&)
inline T lambert_w0_small_z(const T z, const Policy& pol, std::integral_constant<int, 4> const&) // LCOV_EXCL_LINE body is covered, strangley this line is not.
{
return lambert_w0_small_z(z, pol, std::integral_constant<int, 5>());
}