[Bug libstdc++/50441] [C++0x] <type_traits> is missing GNU extension types
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Sat Sep 17 21:44:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50441
--- Comment #10 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-09-17 21:19:05 UTC ---
I'd like to have some help about the best way to figure out whether the target
supports __int128_t and __uint128_t: is __CHAR_BIT__ * __SIZEOF_LONG__ >= 64
good enough?
More information about the Gcc-bugs
mailing list