Fix loops iteration
The erase() already increment the iterator. If the loop additionally do "it++", it will skip some elements, and might iterate over the end. Test: compilation test Change-Id: Ibd9c993d8e80d807f5d7bc920da36ee538477438
Loading
Please register or sign in to comment