mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Fix build
This commit is contained in:
parent
8130726794
commit
12f74d4e4a
@ -12,7 +12,7 @@ struct ListNode
|
|||||||
{
|
{
|
||||||
std::string key;
|
std::string key;
|
||||||
V value;
|
V value;
|
||||||
std::atomic<bool> active_in_map;
|
bool active_in_map;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <class V>
|
template <class V>
|
||||||
|
Loading…
Reference in New Issue
Block a user