This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: set and map iterators.
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Theodore Papadopoulo <Theodore dot Papadopoulo at sophia dot inria dot fr>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Fri, 16 Apr 2004 15:33:45 +0200
- Subject: Re: set and map iterators.
- References: <200404161323.i3GDNVMB013796@mururoa.inria.fr>
Theodore Papadopoulo wrote:
I have just discovered that libstdc++-v3 defines iterator for maps
and sets as const_iterator, which till yesterday I believed was the
right thing to do.
http://gcc.gnu.org/onlinedocs/libstdc++/ext/lwg-defects.html#103
This is now rather well documented both in the docs and in the sources.
Paolo.