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: Howto detect -std=c++0x mode?


On 8 March 2011 16:32, Neal Becker wrote:
> Is there a macro to tell me we're in c++0x mode (gcc-4.5+)?
>

__GXX_EXPERIMENTAL_CXX0X__


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