This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store previously-static variable in a local
The static local was used consistently for the `map()`, but the member variable (or a static member variable) was messed up in future iterations if a previous item contained a list - e.g. lists of lists
- Loading branch information