From b37423d13a647b2c605c3576b319ce59afc2db65 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 12 Mar 2026 20:30:45 -0500 Subject: [PATCH] xo-gc: + remove_gc_root_poly() --- include/xo/facet/FacetRegistry.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/xo/facet/FacetRegistry.hpp b/include/xo/facet/FacetRegistry.hpp index cbcf497..88ae7ae 100644 --- a/include/xo/facet/FacetRegistry.hpp +++ b/include/xo/facet/FacetRegistry.hpp @@ -142,7 +142,9 @@ namespace xo { if (!retval) throw std::runtime_error(tostr("FacetRegistry::try_variant failed", xtag("AFrom.tseq", typeseq::id()), + xtag("AFrom.tname", typerecd::recd().name()), xtag("ATo.tseq", typeseq::id()), + xtag("ATo.tname", typerecd::recd().name()), xtag("DRepr", from._typeseq()))); return retval;