xo-gc stack: refactor: + alloc_info() method
replicated form AAllocator facet
This commit is contained in:
parent
3489699f5d
commit
cb87e78cd8
6 changed files with 35 additions and 15 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue