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:
@@ -331,7 +331,6 @@ int test_main(int argc, char* argv[])
|
||||
{
|
||||
GraphMInt gm(10);
|
||||
typedef graph_traits<GraphMInt>::vertex_iterator VertexItM;
|
||||
typedef graph_traits<GraphMInt>::edge_descriptor EdgeM;
|
||||
VertexItM vi1, vi2, vi_end;
|
||||
for (boost::tie(vi1, vi_end) = vertices(gm); vi1 != vi_end; ++vi1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user