mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 09:45:28 +03:00
more fixes
This commit is contained in:
@@ -1345,7 +1345,7 @@ insertion_ordered_map<left_id, vector<RoseVertex>> get_eng_verts(const RoseGraph
|
||||
if (!left) {
|
||||
continue;
|
||||
}
|
||||
assert(contains(all_reports(left), left.leftfix_report));
|
||||
assert(contains(all_reports(left_id(left)), left.leftfix_report));
|
||||
eng_verts[left_id(left)].emplace_back(v);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user