We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9181f2 commit 82ee31fCopy full SHA for 82ee31f
clickhouse/columns/decimal.cpp
@@ -27,7 +27,7 @@ inline bool mulOverflow(const Int128 & l, const T & r, Int128 * result)
27
28
#else
29
template <typename T>
30
-inline bool getSignBit(const T & v)
+inline bool getSignBit(const T & (long double v))
31
{
32
return std::signbit(v);
33
}
0 commit comments