mirror of
https://github.com/boostorg/graph.git
synced 2026-01-31 08:12:14 +00:00
Fixed bug 10222.
This commit is contained in:
@@ -64,6 +64,7 @@ namespace boost {
|
||||
do {
|
||||
w = s.top(); s.pop();
|
||||
put(comp, w, c);
|
||||
put(root, w, v);
|
||||
} while (w != v);
|
||||
++c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user