Browse Source
`AssociativeArray` by design does not manage keys, automatically deallocating them, like it can with stored values. This patch adds a parameter to `Empty()` method that allows it to deallocate all of the used keys when deallocation all of the values. As a side effect this patch also fixes a bug that broke `AssociativeArray` after using `Empty()` method.pull/8/head
Anton Tarasenko
4 years ago
2 changed files with 42 additions and 5 deletions
Loading…
Reference in new issue