This is the mail archive of the gcc-bugs@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]

[Bug c++/26099] support for type traits is not available


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26099

--- Comment #31 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-08-31 17:11:38 UTC ---
__is_convertible_to isn't such a big issue anymore, thanks to Core/1170 (in
C++11 SFINAE includes access control, still unimplemented in GCC, though).
However, we now need front-end support for the is_trivially_* traits.


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