Fix build

This commit is contained in:
alesapin 2021-02-26 16:56:57 +03:00
parent 8130726794
commit 12f74d4e4a

View File

@ -12,7 +12,7 @@ struct ListNode
{
std::string key;
V value;
std::atomic<bool> active_in_map;
bool active_in_map;
};
template <class V>