aboutsummaryrefslogtreecommitdiff
path: root/libbutl/string-table.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-05-23 15:33:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-05-23 15:33:26 +0200
commit086f8b6e68228c9081c15bee03975db4024114ad (patch)
tree689a020229099bcf47835dc359953177b3c45b23 /libbutl/string-table.mxx
parent37b050707ef99735fab834063032ef9a2e775fab (diff)
Improve path_traits convenience overloads
Diffstat (limited to 'libbutl/string-table.mxx')
-rw-r--r--libbutl/string-table.mxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/string-table.mxx b/libbutl/string-table.mxx
index 201fb11..e684567 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>;
+ using traits = string_table_traits<D>; // @@ TODO: rename traits_type;
map_type map_;
std::vector<typename map_type::const_iterator> vec_;