1 --- boost/bimap/detail/map_view_iterator.hpp
2 +++ boost/bimap/detail/map_view_iterator.hpp
4 : base_(iter.base()) {}
5 const_map_view_iterator(map_view_iterator<Tag,BimapCore> i)
7 + const_map_view_iterator & operator = (const_map_view_iterator const &) = default;
9 BOOST_DEDUCED_TYPENAME base_::reference dereference() const