xo-gc stack: refactor: + alloc_info() method

replicated form AAllocator facet
This commit is contained in:
Roland Conybeare 2026-04-06 17:15:30 -04:00
commit cb87e78cd8
6 changed files with 35 additions and 15 deletions

View file

@ -36,7 +36,7 @@ IGCObjectVisitor_Any::_valid
// nonconst methods
auto
IGCObjectVisitor_Any::alloc_copy(Opaque, std::byte *) -> void *
IGCObjectVisitor_Any::alloc_copy(Opaque, std::byte *) const -> void *
{
_fatal();
}