mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-18 14:12:32 +00:00
Add missing qualifier to isnan call.
This commit is contained in:
@@ -887,8 +887,8 @@ void test_float_funcs(const boost::mpl::true_&)
|
||||
{
|
||||
a = std::numeric_limits<Real>::quiet_NaN();
|
||||
b = modf(a, &c);
|
||||
BOOST_CHECK((isnan)(b));
|
||||
BOOST_CHECK((isnan)(c));
|
||||
BOOST_CHECK((boost::math::isnan)(b));
|
||||
BOOST_CHECK((boost::math::isnan)(c));
|
||||
}
|
||||
|
||||
a = 4;
|
||||
|
||||
Reference in New Issue
Block a user