public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* How do I tell if the new type_traits stuff is available
@ 2010-01-28  3:26 Patrick Horgan
  0 siblings, 0 replies; only message in thread
From: Patrick Horgan @ 2010-01-28  3:26 UTC (permalink / raw)
  To: GCC-help

Our software is only built with gcc, but on various architectures.  
We've been using the boost type_traits including enable_if, is_integral, 
et.al.  As time goes forward, I'd like to switch the the standard 
versions of these same things.  How do I detect that they are available 
at compile time so I can import them into my namespace either from std 
if available, or boost if not?

Patrick

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-28  3:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-28  3:26 How do I tell if the new type_traits stuff is available Patrick Horgan

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).