This commit is contained in:
Vladimir C 2022-02-11 21:22:02 +01:00 committed by GitHub
parent b17d27413e
commit d40275af4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,7 +288,7 @@ struct integer<Bits, Signed>::_impl
}
else
{
if (!boost::multiprecision::isfinite(t))
if (!boost::isfinite(t))
{
self = 0;
return;