mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
most ptr.get() conversion
This commit is contained in:
@@ -505,7 +505,7 @@ bool operator<(const RoseEdgeProps &a, const RoseEdgeProps &b) {
|
||||
#ifndef NDEBUG
|
||||
bool roseHasTops(const RoseBuildImpl &build, RoseVertex v) {
|
||||
const RoseGraph &g = build.g;
|
||||
assert(left_id(g[v].left));
|
||||
assert(g[v].left);
|
||||
|
||||
set<u32> graph_tops;
|
||||
if (!build.isRootSuccessor(v)) {
|
||||
|
||||
@@ -915,7 +915,7 @@ bool mergeSameCastle(RoseBuildImpl &build, RoseVertex a, RoseVertex b,
|
||||
}
|
||||
}
|
||||
|
||||
assert(contains(rai.rev_leftfix[b_left], b));
|
||||
assert(contains(rai.rev_leftfix[left_id(b_left)], b));
|
||||
rai.rev_leftfix[left_id(b_left)].erase(b);
|
||||
rai.rev_leftfix[left_id(a_left)].insert(b);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user