Fix build error

This commit is contained in:
Pavel Kruglov 2020-10-27 14:12:48 +03:00
parent 97a6e3dde2
commit 5c296365e2

View File

@ -288,7 +288,7 @@ struct ColumnString::cmp
{
const ColumnString & parent;
bool reverse;
cmp(const ColumnString & parent_, bool reverse_=false) : parent(parent_), reverse(reverse_) {}
explicit cmp(const ColumnString & parent_, bool reverse_=false) : parent(parent_), reverse(reverse_) {}
int operator()(size_t lhs, size_t rhs) const
{
int res = memcmpSmallAllowOverflow15(