mirror of
https://github.com/boostorg/graph.git
synced 2026-02-26 04:42:16 +00:00
Added finish call to mutate_graph
[SVN r77188]
This commit is contained in:
@@ -787,6 +787,7 @@ namespace read_graphviz_detail {
|
||||
for (properties::const_iterator i = root_graph_props.begin(); i != root_graph_props.end(); ++i) {
|
||||
mg->set_graph_property(i->first, i->second);
|
||||
}
|
||||
mg->finish_building_graph();
|
||||
}
|
||||
|
||||
} // end namespace read_graphviz_detail
|
||||
|
||||
Reference in New Issue
Block a user