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



------- Comment #25 from ghazi at gcc dot gnu dot org  2008-01-27 21:17 -------
(In reply to comment #22)
> Created an attachment (id=15031)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15031&action=view) [edit]
> New draft

I tried your latest draft and it fails for has_nothrow_assign.C because of a
typo.  The third #ifndef has no macro so I get:

    has_nothrow_assign.C:149: error: no macro name given in #ifndef directive

When I fix that it works.


-- 


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


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