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: Remove the __GXX_EXPERIMENTAL_CXX0X__?


> Deprecate it for 4.9.x.
> Remove it later.  We don't need to keep around
> this macro which has been obsolete for at least
> two releases.

Agreed. Definitely deprecated for 4.9.

The internal style is to now check __cplusplus and in the future
whatever feature testing macros are developed.

-benjamin


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