This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: non-standard things in the gnu stl
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Cc: Uwe Sassenberg <uwe at sci-d-vis dot com>, bug-gcc at gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Fri, 28 Feb 2003 09:52:02 +0100
- Subject: Re: non-standard things in the gnu stl
- References: <3E5E269C.8040907@sci-d-vis.com> <m3k7fl41t9.fsf@uniton.integrable-solutions.net>
Gabriel Dos Reis wrote:
Uwe Sassenberg <uwe at sci-d-vis dot com> writes:
| Here is a brief description of the problem:
|
| ------------8<------------
|
| There is no difference in the definition of std::set<T>::iterator and
| std::set<T>::const_iterator.
http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/lwg-defects.html#103
Gaby, can you possibly summarize in a couple of sentences these
technical issues for me?
In particular, given that the status is still just DR, is our
implementation ok as-is wrt to the standard?
Thanks,
Paolo.