xo-reader2 stack: top-level lambda w/ apply parses
This commit is contained in:
parent
d8447d025e
commit
b5d9fdd83d
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ namespace xo {
|
|||
std::size_t
|
||||
DArray::shallow_size() const noexcept
|
||||
{
|
||||
return sizeof(DArray);
|
||||
return sizeof(DArray) + (capacity_ * sizeof(obj<AGCObject>));
|
||||
}
|
||||
|
||||
DArray *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue