> I implemented a solution to DR 130 - associative containers should > have erase (iterator amd iterator range) return iterators to the next > element just like a real container. > > I added a return of iterator from the base _Rb_tree and used it in > map, set, multimap, and multiset. This is OK for trunk, thanks. -benjamin