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