xo-gc: use DArenaVector for DX1Collector.object_types_
Original implementation predated DArenaVector, using it is more natural
This commit is contained in:
parent
375f8c1ec4
commit
1cbae893b9
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ namespace xo {
|
|||
ok &= gc.install_type(impl_for<AGCObject, DList>());
|
||||
ok &= gc.install_type(impl_for<AGCObject, DArray>());
|
||||
ok &= gc.install_type(impl_for<AGCObject, DDictionary>());
|
||||
ok &= gc.install_type(impl_for<AGCObject, DRuntimeError>());
|
||||
|
||||
return ok;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue