mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Another build fix
This commit is contained in:
parent
d135a727e2
commit
16d399aa35
@ -61,7 +61,7 @@ private:
|
||||
position() = nullptr;
|
||||
}
|
||||
|
||||
return buffer().size() != 0;
|
||||
return !buffer().empty();
|
||||
}
|
||||
|
||||
using Container = std::forward_list<BufferBase::Buffer>;
|
||||
|
Loading…
Reference in New Issue
Block a user