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]
Other format: [Raw text]

Re: _cplusplus symbol's value


On 01/28/2010 01:15 PM, koala01 wrote:
> Hi,
>
> I would like to discuss about _cplusplus symbol value.
>
> for now, we have:
> 0 if we do not compile in C++
> 1 if we compile in C++
You mean __cplusplus, double underscore.

Anyway, we have a long standing Bugzilla about it:

  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773

who knows, maybe we can make progress relatively soon...

Paolo.


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