This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.1 Release
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- To: Joe Buck <Joe dot Buck at synopsys dot com>
- Cc: mark at codesourcery dot com (Mark Mitchell), phil at jaj dot com (Phil Edwards), gcc at gcc dot gnu dot org (gcc at gcc dot gnu dot org), bkoz at redhat dot com (bkoz at redhat dot com)
- Date: 09 Apr 2002 19:44:12 +0200
- Subject: Re: GCC 3.1 Release
- Organization: CodeSourcery, LLC
- References: <200204091507.IAA18465@atrus.synopsys.com>
Joe Buck <Joe.Buck@synopsys.com> writes:
| > >> 3628 -- the std::rel_ops operators cause ambiguous overloads with vector
| > >> and string iterators.
| > =
| > > I'd really like to see this one fixed. IMHO, the fixing isn't hard
| >
| > Do you have a patch? Is the problem the result of a compiler bug, or
| > a library bug?
|
| It's a library bug.
Well, I'm not at all convinced that this is a library bug. But I
guess we'll just restart an old discussion.
| It can be fixed by adding explicit comparison
| operators for the vector and string iterators.
Huh?!?
-- Gaby