mirror of
https://github.com/boostorg/graph.git
synced 2026-01-28 07:12:14 +00:00
fixed a bug caused by parent pointers not being updated when two heaps are merged
[SVN r36398]
This commit is contained in:
@@ -140,6 +140,7 @@ public:
|
||||
_right[t] = u;
|
||||
_left[_right[u]] = u;
|
||||
}
|
||||
_p[u] = v;
|
||||
}
|
||||
// 41
|
||||
inline void rebuild_root_list(LinkIter new_roots, int& h)
|
||||
|
||||
Reference in New Issue
Block a user