mirror of
https://github.com/boostorg/graph.git
synced 2026-02-01 20:42:11 +00:00
Added missing property iterator update
[SVN r55353]
This commit is contained in:
@@ -1090,6 +1090,7 @@ class compressed_sparse_row_graph
|
||||
EPIter temp_prop = current_new_edge_prop;
|
||||
for (; temp != prev_new_edge; ++old_degree) {
|
||||
--temp;
|
||||
--temp_prop;
|
||||
m_column[new_rowstart + old_degree] = temp->second;
|
||||
inherited_edge_properties::write_by_index(new_rowstart + old_degree, *temp_prop);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user