refactor: make shallow_move() available from AGCObjectVisitor

This commit is contained in:
Roland Conybeare 2026-04-06 00:11:08 -04:00
commit db4ccfd911
8 changed files with 36 additions and 3 deletions

View file

@ -35,6 +35,12 @@ IGCObjectVisitor_Any::_valid
// nonconst methods
auto
IGCObjectVisitor_Any::alloc_copy(Opaque, std::byte *) -> void *
{
_fatal();
}
auto
IGCObjectVisitor_Any::visit_child(Opaque, AGCObject *, void **) const noexcept -> void
{