Skip to content

safer version of !1948 (follow up)

Gerhard Raven requested to merge safer-1948 into master

Avoid use of iterators into KeyedContainer when erasing from a KeyedContainer, as it is likely that those iterators get invalidated by calling erase.

see discussion here

Edited by Rosen Matev

Merge request reports