> Technically you don't even need the ::clear, as it will go out of scope > naturally, (it's erased from the map, and the stack variable n goes out of > scope). If you can be bothered, I would also remove all calls to n->clear();
Done
« Back to merge proposal
> Technically you don't even need the ::clear, as it will go out of scope
> naturally, (it's erased from the map, and the stack variable n goes out of
> scope). If you can be bothered, I would also remove all calls to n->clear();
Done