Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from Boost trunk

[SVN r85813]
This commit is contained in:
Jeremiah Willcock
2013-09-21 20:17:00 +00:00
parent 1af293b44c
commit c5bc7eff77
30 changed files with 3 additions and 113 deletions

View File

@@ -224,7 +224,6 @@ int test_main(int argc, char* argv[])
typedef small_world_iterator<minstd_rand, Digraph> SWIter;
typedef sorted_rmat_iterator<minstd_rand, Digraph> RMATIter;
typedef graph_traits<Digraph>::vertex_descriptor vertex_descriptor;
typedef graph_traits<Digraph>::edge_descriptor edge_descriptor;
int n = 40;