2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 20:02:12 +00:00

Added fix from bug 3695; fixes #3695

[SVN r58037]
This commit is contained in:
Jeremiah Willcock
2009-11-29 20:43:51 +00:00
parent e5aebbcc97
commit dd07cb4c5a

View File

@@ -83,9 +83,9 @@ namespace boost
put(lowpt, source(e, g),
min BOOST_PREVENT_MACRO_SUBSTITUTION(get(lowpt, source(e, g)),
get(dtm, target(e, g))));
}
vis.back_edge(e, g);
}
}
template <typename Edge, typename Graph>
void forward_or_cross_edge(const Edge& e, Graph& g)