Fixed iterator invalidation issue

This commit is contained in:
Vyacheslav Egorov 2023-01-04 00:31:14 +02:00
parent c48b4d7228
commit ee364a33b4

View file

@ -1835,6 +1835,7 @@ void Normalizer::intersectClassesWithClass(NormalizedClassType& heres, TypeId th
it = heres.ordering.erase(it);
heres.classes.erase(hereTy);
heres.pushPair(there, std::move(negations));
break;
}
// If the incoming class is a superclass of the current class, we don't
// insert it into the map.