xo-gc stack: fix mutation setup + xo-reader2 utest
This commit is contained in:
parent
05a6aa9425
commit
211bc93c85
3 changed files with 19 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ namespace xo {
|
|||
}
|
||||
|
||||
bool
|
||||
DArray::push_back(obj<AAllocator> mm, obj<AGCObject> elt) noexcept
|
||||
DArray::push_back(obj<AAllocator> mm,
|
||||
obj<AGCObject> elt) noexcept
|
||||
{
|
||||
if (size_ >= capacity_) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue