summaryrefslogtreecommitdiff
path: root/boost/bimap/views/unordered_map_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/bimap/views/unordered_map_view.hpp')
-rw-r--r--boost/bimap/views/unordered_map_view.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/bimap/views/unordered_map_view.hpp b/boost/bimap/views/unordered_map_view.hpp
index 14813e2fce..90eeb1e719 100644
--- a/boost/bimap/views/unordered_map_view.hpp
+++ b/boost/bimap/views/unordered_map_view.hpp
@@ -43,7 +43,7 @@ class unordered_map_view
public BOOST_BIMAP_MAP_VIEW_CONTAINER_ADAPTOR(
unordered_map_adaptor,
Tag,BimapType,
- local_iterator_type_by,const_local_iterator_type_by
+ local_map_view_iterator,const_local_map_view_iterator
),
public ::boost::bimaps::detail::map_view_base<
@@ -56,7 +56,7 @@ class unordered_map_view
typedef BOOST_BIMAP_MAP_VIEW_CONTAINER_ADAPTOR(
unordered_map_adaptor,
Tag,BimapType,
- local_iterator_type_by,const_local_iterator_type_by
+ local_map_view_iterator,const_local_map_view_iterator
) base_;