2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-01 08:32:11 +00:00
Files
graph/examples/ordered_out_edges.expected
Jeremy Siek 145de8ce5e bunch of changes related to erasing edges
added erase_if to container_traits
added iterator_stability to container_traits
added another graph example: gerdemann


[SVN r8027]
2000-10-20 21:16:14 +00:00

11 lines
279 B
Plaintext

0 --chandler--> 1 --joe--> 1
1 --chandler--> 0 --joe--> 0 --curly--> 2 --dick--> 3 --dick--> 3
2 --curly--> 1 --tom--> 4
3 --dick--> 1 --dick--> 1 --harry--> 4
4 --tom--> 2 --harry--> 3
name(0,1) = chandler
name(0,1) = chandler
name(0,1) = joe