mirror of
https://github.com/boostorg/graph.git
synced 2026-02-01 20:42:11 +00:00
[SVN r44889]
This commit is contained in:
@@ -109,7 +109,7 @@ namespace boost {
|
||||
}
|
||||
|
||||
template <class Vertex, class Graph>
|
||||
void initialize_vertex(Vertex u, Graph& g) { }
|
||||
void initialize_vertex(Vertex /*u*/, Graph& /*g*/) { }
|
||||
template <class Edge, class Graph>
|
||||
void non_tree_edge(Edge, Graph&) { }
|
||||
template <class Vertex, class Graph>
|
||||
|
||||
Reference in New Issue
Block a user