> 4 Add a deterministic iterator to CXXFinalOverriderMap. > I decided to try to implement this and I think the result is a bit better. The densemap in CXXFinalOverriderMap now maps to indexes in a vector of values. This works because we never remove an element from it. When we want to iterate over all the values, we just use the vector.
Cheers, Rafael
t.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
