mirror of
https://github.com/boostorg/graph.git
synced 2026-02-17 13:52:10 +00:00
merged bug fix
[SVN r36462]
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