public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Will __GXX_EXPERIMENTAL_CXX0X__ go away?
@ 2011-05-25  8:33 Patrick Horgan
  2011-05-25 12:15 ` Jonathan Wakely
  0 siblings, 1 reply; 5+ messages in thread
From: Patrick Horgan @ 2011-05-25  8:33 UTC (permalink / raw)
  To: GCC-help

I'm using the following in a header that uses typeof and needs to build
in code that builds with -std=c++0x or the default -std=c++98.  Can I
leave it and forget it, or will eventually the compiler's use of c++0x
features no longer be experimental?  How do I future proof it?

#ifdef __GXX_EXPERIMENTAL_CXX0X__
#define typeof decltype
#endif


Patrick

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-05-25 22:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-25  8:33 Will __GXX_EXPERIMENTAL_CXX0X__ go away? Patrick Horgan
2011-05-25 12:15 ` Jonathan Wakely
2011-05-25 13:19   ` Jonathan Wakely
2011-05-26 12:12     ` Patrick Horgan
2011-05-26 16:52       ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).