2
0
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:
Aaron Windsor
2006-12-20 01:22:24 +00:00
parent 85dd95cf77
commit 0f49c8dcb2

View File

@@ -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)