most ptr.get() conversion

This commit is contained in:
gtsoul-tech
2024-05-13 14:24:16 +03:00
parent 32f88cad09
commit 490c16471b
6 changed files with 24 additions and 24 deletions

View File

@@ -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)) {