------- 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