refactor: make AGCObject.shallow_copy() non-const
prep for moving to ACollector interface
This commit is contained in:
parent
ea734fb3f4
commit
b88d181906
6 changed files with 19 additions and 13 deletions
|
|
@ -35,6 +35,12 @@ IGCObject_Any::_valid
|
|||
|
||||
// nonconst methods
|
||||
|
||||
auto
|
||||
IGCObject_Any::shallow_copy(Opaque, obj<AAllocator>) const noexcept -> Opaque
|
||||
{
|
||||
_fatal();
|
||||
}
|
||||
|
||||
auto
|
||||
IGCObject_Any::forward_children(Opaque, obj<ACollector>) const noexcept -> size_type
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue