This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: About C++ Named Operators
- From: John Love-Jensen <eljay at adobe dot com>
- To: Zoltan Farkas <zoly at daxtechnologies dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Tue, 10 Jun 2003 16:03:47 -0500
- Subject: Re: About C++ Named Operators
Hi Zoly,
The named operators...
and and_eq bitand bitor compl not not_eq or or_eq xor xor_eq
...are necessary for people using non-ISO646 character sets, as not all of
those operators characters are necessary available. Such as EBCDIC or some
of our European friends native character sets.
As with any computer language, it is a Bad Thing to use that languages
keywords for your own purposes.
--Eljay