2
0
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:
Jeremiah Willcock
2009-08-02 02:06:53 +00:00
parent 3b3977cd3e
commit 5eee5fa952

View File

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