refactor: use GCObjectVisitor api w/ gco_shallow_move
This commit is contained in:
parent
ee521d3337
commit
21ce28ee82
28 changed files with 59 additions and 51 deletions
|
|
@ -17,7 +17,7 @@ namespace xo {
|
|||
class DRuntimeError {
|
||||
public:
|
||||
using AGCObject = xo::mm::AGCObject;
|
||||
using ACollector = xo::mm::ACollector;
|
||||
//using ACollector = xo::mm::ACollector;
|
||||
using AGCObjectVisitor = xo::mm::AGCObjectVisitor;
|
||||
using AAllocator = xo::mm::AAllocator;
|
||||
using ppindentinfo = xo::print::ppindentinfo;
|
||||
|
|
@ -50,7 +50,7 @@ namespace xo {
|
|||
/** @defgroup scm-runtimeerror-gcobject-facet gcobject facet **/
|
||||
///@{
|
||||
|
||||
DRuntimeError * shallow_move(obj<ACollector> gc) noexcept;
|
||||
DRuntimeError * gco_shallow_move(obj<AGCObjectVisitor> gc) noexcept;
|
||||
void visit_gco_children(obj<AGCObjectVisitor> gc) noexcept;
|
||||
|
||||
///@}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue