This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]