diff options
Diffstat (limited to 'libbutl/string-table.mxx')
-rw-r--r-- | libbutl/string-table.mxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/string-table.mxx b/libbutl/string-table.mxx index e684567..5807921 100644 --- a/libbutl/string-table.mxx +++ b/libbutl/string-table.mxx @@ -104,7 +104,7 @@ LIBBUTL_MODEXPORT namespace butl using key_type = butl::map_key<std::string>; using value_type = string_table_element<I, D>; using map_type = std::unordered_map<key_type, value_type>; - using traits = string_table_traits<D>; // @@ TODO: rename traits_type; + using traits_type = string_table_traits<D>; map_type map_; std::vector<typename map_type::const_iterator> vec_; |