2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-29 19:42:11 +00:00

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

[SVN r84299]
This commit is contained in:
Jeremiah Willcock
2013-05-16 15:38:05 +00:00
parent 22b521ecf4
commit 67f7bcfa96
31 changed files with 1376 additions and 404 deletions

View File

@@ -44,6 +44,7 @@ int main()
// our vertices are stored in a vector, so we can refer to vertices
// by integers in the range 0..15
add_edge(1,2,g);
add_edge(0,4,g);
add_edge(1,5,g);
add_edge(2,6,g);