2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-02 21:02:15 +00:00

Merge Boost.Graph fix from mainline

[SVN r44890]
This commit is contained in:
Douglas Gregor
2008-04-29 18:19:07 +00:00
parent 23e8514ac7
commit cf6006d528

View File

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