2
0
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:
Jeremiah Willcock
2012-07-09 20:15:04 +00:00
parent 6604e3a013
commit ba9155f89c

View File

@@ -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);