From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22192 invoked by alias); 27 Jan 2008 18:55:04 -0000 Received: (qmail 21938 invoked by uid 48); 27 Jan 2008 18:54:21 -0000 Date: Sun, 27 Jan 2008 19:34:00 -0000 Message-ID: <20080127185421.21937.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: "pcarlini at suse dot de" 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/msg03356.txt.bz2 ------- Comment #17 from pcarlini at suse dot de 2008-01-27 18:54 ------- Hi Kaveh. One problem I can see is that we are dealing with special member functions, like constructors and assignment operators. Can you see anything wrong with the straightforward implementation of idea per the attached patchlet? If it looks ok to you, it would be matter of doing the same for the other 2 files... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26099