xo-expression2: streamline TypeRef + DSequenceExpr forwarding

This commit is contained in:
Roland Conybeare 2026-03-28 13:58:06 -04:00
commit 53223b38ff
2 changed files with 3 additions and 10 deletions

View file

@ -135,11 +135,7 @@ namespace xo {
{
typeref_.forward_children(gc);
{
//auto iface = facet::impl_for<AGCObject,DArray>();
//gc.forward_inplace(&iface, (void**)&expr_v_);
gc.forward_inplace(&expr_v_);
}
gc.forward_inplace(&expr_v_);
return this->shallow_size();
}