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++/36797] ICE on SFINAE and __is_empty



------- Comment #12 from jason at gcc dot gnu dot org  2009-08-19 18:50 -------
GCC now says "sorry, not implemented: mangling trait_expr", which is more
informative.  I'm inclined to leave it that way until the ABI specifies how
these things should be mangled, which may need to wait until we know the final
set of trait builtins we want for C++0x.  People can work around this issue by
either using std::is_empty or making their own equivalent class template.


-- 


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


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