Erase used on iterator
Opened this issue · 0 comments
jonblack commented
In structure.cpp
on line 2038 an element is removed from a collection when an iterator is being used, which invalidates the iterator.
Check whether this is in other places. The compiler should be able to pick this up with the correct settings.