summaryrefslogtreecommitdiffstats
path: root/external/boost/gcc9.patch.0
blob: f9ddfa519d3f8662d0c07868308ea3a9e3518547 (plain)
1
2
3
4
5
6
7
8
9
10
--- boost/bimap/detail/map_view_iterator.hpp
+++ boost/bimap/detail/map_view_iterator.hpp
@@ -165,6 +165,7 @@
       : base_(iter.base()) {}
 	const_map_view_iterator(map_view_iterator<Tag,BimapCore> i)
       : base_(i.base()) {}
+    const_map_view_iterator & operator = (const_map_view_iterator const &) = default;
 
     BOOST_DEDUCED_TYPENAME base_::reference dereference() const
     {