This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Implementation of DR 130.
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Thu, 13 Aug 2009 19:43:33 -0700
- Subject: Re: Implementation of DR 130.
- References: <4A841CB5.4070405@verizon.net>
> 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