mirror of
https://github.com/boostorg/graph.git
synced 2026-02-26 04:42:16 +00:00
Merged bug fix from trunk
[SVN r79393]
This commit is contained in:
@@ -224,7 +224,7 @@ int test_main(int argc, char* argv[])
|
||||
diGraphInt tg;
|
||||
property_map<diGraphInt, vertex_index_t>::type vim = get(vertex_index, tg);
|
||||
property_map<diGraphInt, edge_weight_t>::type ew1m = get(edge_weight, tg);
|
||||
property_map<diGraphInt, edge_weight2_t>::type ew2m = ew2m;
|
||||
property_map<diGraphInt, edge_weight2_t>::type ew2m = get(edge_weight2, tg);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user