Skip to content

Commit 82ee31f

Browse files
authored
Update decimal.cpp
apply workaround from #100 (comment)
1 parent c9181f2 commit 82ee31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/columns/decimal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inline bool mulOverflow(const Int128 & l, const T & r, Int128 * result)
2727

2828
#else
2929
template <typename T>
30-
inline bool getSignBit(const T & v)
30+
inline bool getSignBit(const T & (long double v))
3131
{
3232
return std::signbit(v);
3333
}

0 commit comments

Comments
 (0)