From 28c82c861e38fe05a25e916563e0551ed8fce91e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 12:32:55 +0200 Subject: Move map-key from build2 to libbutl, rename multi-index --- build/string-table | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/string-table') diff --git a/build/string-table b/build/string-table index a4fae36..0188c62 100644 --- a/build/string-table +++ b/build/string-table @@ -9,7 +9,7 @@ #include #include -#include +#include namespace build { @@ -71,7 +71,7 @@ namespace build empty () const {return vec_.empty ();} private: - using key_type = map_key; + using key_type = butl::map_key; using value_type = string_table_element; using map_type = std::unordered_map; using traits = string_table_traits; -- cgit v1.1