aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/graph/patches/deprecated-copy.patch
blob: 2d429f6c6e99382762ebfc33907a94bd3599fa89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/include/boost/graph/detail/adj_list_edge_iterator.hpp	(index)
+++ b/include/boost/graph/detail/adj_list_edge_iterator.hpp	(working tree)
@@ -47,6 +47,8 @@ namespace detail
 
         inline adj_list_edge_iterator() {}
 
+        inline adj_list_edge_iterator& operator=(const self& x) = default;
+
         inline adj_list_edge_iterator(const self& x)
         : vBegin(x.vBegin)
         , vCurr(x.vCurr)