Skip to content
Commit 0e167f73 authored by Joao Matos's avatar Joao Matos
Browse files

Fixed invalid iterators. Since the iterator is invalidated after the erase()...

Fixed invalid iterators. Since the iterator is invalidated after the erase() call, we need to replace it with the new one returned. This was triggering an assert under MSVC 2012 and making all the ARCMT/ tests fail.

llvm-svn: 163007
parent 318f7774
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment