xo-gc: + remove_gc_root_poly()

This commit is contained in:
Roland Conybeare 2026-03-12 20:30:45 -05:00
commit b37423d13a

View file

@ -142,7 +142,9 @@ namespace xo {
if (!retval)
throw std::runtime_error(tostr("FacetRegistry::try_variant failed",
xtag("AFrom.tseq", typeseq::id<AFrom>()),
xtag("AFrom.tname", typerecd::recd<AFrom>().name()),
xtag("ATo.tseq", typeseq::id<ATo>()),
xtag("ATo.tname", typerecd::recd<ATo>().name()),
xtag("DRepr", from._typeseq())));
return retval;