summaryrefslogtreecommitdiff
path: root/boost/bimap/views/unordered_multimap_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/bimap/views/unordered_multimap_view.hpp')
-rw-r--r--boost/bimap/views/unordered_multimap_view.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/bimap/views/unordered_multimap_view.hpp b/boost/bimap/views/unordered_multimap_view.hpp
index db222056e4..ac4579cf91 100644
--- a/boost/bimap/views/unordered_multimap_view.hpp
+++ b/boost/bimap/views/unordered_multimap_view.hpp
@@ -44,7 +44,7 @@ class unordered_multimap_view
public BOOST_BIMAP_MAP_VIEW_CONTAINER_ADAPTOR(
unordered_multimap_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<
@@ -54,7 +54,7 @@ class unordered_multimap_view
typedef BOOST_BIMAP_MAP_VIEW_CONTAINER_ADAPTOR(
unordered_multimap_adaptor,
Tag,BimapType,
- local_iterator_type_by,const_local_iterator_type_by
+ local_map_view_iterator,const_local_map_view_iterator
) base_;