From 66e25aa42f3dbaae54f4f437b5064bc2e7a63f70 Mon Sep 17 00:00:00 2001 From: Timofey Date: Tue, 23 Aug 2016 17:39:50 +0300 Subject: [PATCH] Sergey's fix for tests --- storage/country_tree.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/country_tree.hpp b/storage/country_tree.hpp index ef809d5281..9f53a3924b 100644 --- a/storage/country_tree.hpp +++ b/storage/country_tree.hpp @@ -153,7 +153,7 @@ public: }; private: - using TCountryTreeHashTable = unordered_multimap; + using TCountryTreeHashTable = multimap; public: bool IsEmpty() const { return m_countryTree == nullptr; }