This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/26099] support for type traits is not available
- From: "ghazi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2008 21:17:54 -0000
- Subject: [Bug c++/26099] support for type traits is not available
- References: <bug-26099-3238@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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