This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: missing operator !=
- To: Stefan Seefeld <seefeld at sympatico dot ca>
- Subject: Re: missing operator !=
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 20 Mar 2001 08:31:44 +0100
- Cc: libstdc++ at gcc dot gnu dot org
- Followup-To: libstdc++@gcc.gnu.org
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <3AB6DEAE.4020906@sympatico.ca>
Stefan Seefeld <seefeld@sympatico.ca> writes:
[...]
| The compiler complains about an undefined operator != for the iterators.
| Shouldn't this operator be generated from the existing operator == ?
No.
-- Gaby