Closed vsrinivas closed 6 years ago
erase() was referencing a non-existant iterator 'node_' member and erase(first, last) was incorrectly updating a list's embedded link element. Fix and add unit tests.
Thanks for the fix :+1:
erase() was referencing a non-existant iterator 'node_' member and erase(first, last) was incorrectly updating a list's embedded link element. Fix and add unit tests.