mirror of
https://github.com/boostorg/graph.git
synced 2026-02-26 04:42:16 +00:00
Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from Boost trunk
[SVN r85813]
This commit is contained in:
@@ -22,8 +22,6 @@ template <typename Graph>
|
||||
void build_graph(Graph& g,
|
||||
vector<typename graph_traits<Graph>::vertex_descriptor>& v)
|
||||
{
|
||||
typedef typename graph_traits<Graph>::vertex_descriptor Vertex;
|
||||
|
||||
// add vertices
|
||||
for(size_t i = 0; i < N; ++i) {
|
||||
v[i] = add_vertex(g);
|
||||
|
||||
Reference in New Issue
Block a user