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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user