xo-gc stack: fix mutation setup + xo-reader2 utest

This commit is contained in:
Roland Conybeare 2026-05-07 23:44:32 -04:00
commit 211bc93c85
3 changed files with 19 additions and 1 deletions

View file

@ -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;