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: Theodore Papadopoulo <Theodore dot Papadopoulo 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 13:25:45 -0800 (PST)
- cc: 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
> No problem (I hope), I'll try to do that.
> Is a modification of the test 23_containers/map_operators.cc
> acceptable ? Or should I create a different test ?
I suspect we'll need two files. We need both positive (should compile)
and negative (should not compile) tests.
-benjamin