xo-object2: streamline DList::list use
This commit is contained in:
parent
ce32d59bc3
commit
8f1361763e
3 changed files with 35 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ namespace xo {
|
|||
return new (mem) DList(car, cdr);
|
||||
}
|
||||
|
||||
#ifdef OBSOLETE
|
||||
DList *
|
||||
DList::list(obj<AAllocator> mm,
|
||||
obj<AGCObject> h1)
|
||||
|
|
@ -52,6 +53,7 @@ namespace xo {
|
|||
|
||||
return new (mem) DList(h1, DList::list(mm, h2));
|
||||
}
|
||||
#endif
|
||||
|
||||
bool
|
||||
DList::is_empty() const noexcept
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue