Closed fiendish closed 9 years ago
both View::remove_all() and State::remove_all() start with unused calls to _lookup.empty() Should they be calling .clear() instead?
Fixed. Thanks for finding that!
both View::remove_all() and State::remove_all() start with unused calls to_lookup.empty()
Should they be calling .clear() instead?