mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
fix
This commit is contained in:
parent
b17d27413e
commit
d40275af4f
@ -288,7 +288,7 @@ struct integer<Bits, Signed>::_impl
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!boost::multiprecision::isfinite(t))
|
||||
if (!boost::isfinite(t))
|
||||
{
|
||||
self = 0;
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user