This is the mail archive of the gcc@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]

Re: __op ? with gcc/egcs


> To: egcs@cygnus.com
> Date: Tue, 23 Jun 1998 17:00:54 -0400 (EDT)
> From: "Alain Magloire" <alain@qnx.com>

>   Did I missed something obvious ?

Yes.

>   Is ``__op'', a reserved word with egcs/g++ ?

>From the C++ language standard:

2 In addition, identifiers containing  a  double  underscore  (  __)  or
  beginning with an underscore and an upper-case letter are reserved for
  use by C++ implementations and standard libraries  and  shall  not  be
  used otherwise; no diagnostic is required.

Don't do that.


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