From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27480 invoked by alias); 27 Jan 2008 21:18:37 -0000 Received: (qmail 26847 invoked by uid 48); 27 Jan 2008 21:17:54 -0000 Date: Sun, 27 Jan 2008 22:27:00 -0000 Message-ID: <20080127211754.26846.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/26099] support for type traits is not available In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ghazi at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-01/txt/msg03372.txt.bz2 ------- 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