We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa0ff6 commit df5952fCopy full SHA for df5952f
frontend/include/chpl/resolution/resolution-types.h
@@ -2641,9 +2641,7 @@ class AssociatedAction {
2641
id_.mark(context);
2642
type_.mark(context);
2643
chpl::mark<decltype(tupleEltIdx_)>{}(context, tupleEltIdx_);
2644
- for (const auto& subAction : subActions_) {
2645
- subAction->mark(context);
2646
- }
+ chpl::mark<ActionsList>{}(context, subActions_);
2647
}
2648
2649
void stringify(std::ostream& ss, chpl::StringifyKind stringKind) const;
0 commit comments