This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: C++: const_iterator not comparable to iterator for map<>s
- To: Gabriel Dos_Reis <Gabriel dot Dos_Reis at sophia dot inria dot fr>
- Subject: Re: C++: const_iterator not comparable to iterator for map<>s
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 17 Nov 2000 14:09:15 -0800 (PST)
- cc: Theodore Papadopoulo <Theodore dot Papadopoulo at sophia dot inria dot fr>, Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>, gcc-bugs at gcc dot gnu dot org, libstdc++ at sources dot redhat dot com
> | I suspect we'll need two files. We need both positive (should compile)
> | and negative (should not compile) tests.
>
> Hmm, if we're going to use DejaGnu shouldn't it suffice to mark FAIL
> or PASS, or am I being dense?
no, you're right, I'm being dense. I'll check it in, and when we convert
to dejagnu then I'll make sure it's working as expected.
-benjamin