Sergey's fix for tests

This commit is contained in:
Timofey 2016-08-23 17:39:50 +03:00
parent 362211cf7e
commit 66e25aa42f

View file

@ -153,7 +153,7 @@ public:
};
private:
using TCountryTreeHashTable = unordered_multimap<TKey, Node *>;
using TCountryTreeHashTable = multimap<TKey, Node *>;
public:
bool IsEmpty() const { return m_countryTree == nullptr; }