2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-26 04:42:16 +00:00

Merged bug fixes for Boost.Graph and Boost.PropertyMap from trunk

[SVN r78639]
This commit is contained in:
Jeremiah Willcock
2012-05-26 18:23:01 +00:00
parent 210e7857b2
commit 0b30767da0
25 changed files with 206 additions and 139 deletions

View File

@@ -78,7 +78,6 @@ int test_2() {
int num_arcs = sizeof(edge_array) / sizeof(Edge);
graph_t G(edge_array, edge_array + num_arcs, weights, num_nodes);
property_map<graph_t, edge_weight_t>::type weightmap = get(edge_weight, G);
std::vector<int> core_nums(num_vertices(G));
weighted_core_numbers(G,