refactor: rename shallow_copy -> shallow_move + streamline
Use RCollector.std_copy_for where appropriate
This commit is contained in:
parent
5e46a1a1ad
commit
4e4687bc2a
7 changed files with 15 additions and 15 deletions
|
|
@ -36,7 +36,7 @@ IGCObject_Any::_valid
|
|||
// nonconst methods
|
||||
|
||||
auto
|
||||
IGCObject_Any::shallow_move(Opaque, obj<AAllocator>) const noexcept -> Opaque
|
||||
IGCObject_Any::shallow_move(Opaque, obj<ACollector>) const noexcept -> Opaque
|
||||
{
|
||||
_fatal();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue