From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30644 invoked by alias); 26 Jul 2007 07:49:33 -0000 Received: (qmail 30632 invoked by uid 22791); 26 Jul 2007 07:49:32 -0000 X-Spam-Check-By: sourceware.org Received: from ns1.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Jul 2007 07:49:30 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 7D83A12499; Thu, 26 Jul 2007 09:49:27 +0200 (CEST) Message-ID: <46A85238.3090902@suse.de> Date: Thu, 26 Jul 2007 07:54:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 MIME-Version: 1.0 To: Doug Gregor Cc: GCC Patches , Mark Mitchell Subject: Re: PING: C++0x decltype patch References: <24b520d20707251228m32ccd1bcs6af46b72c0598238@mail.gmail.com> In-Reply-To: <24b520d20707251228m32ccd1bcs6af46b72c0598238@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg01884.txt.bz2 Doug Gregor wrote: > It's been about two weeks since I submitted the latest decltype patch: > > http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01058.html > > Since then, decltype has been accepted into C++0x, in exactly the same > form as it is implemented in the patch. > > Okay for mainline? If that makes sense, I'd like to solicitate myself a prompt overview of Doug's work, this implementation of decltype and the other fixes. Doug is spending a lot of time on implementing for the first time the new C++0x features on GCC and if that effort isn't fully supported by the community it's a real pity... Please, thanks, Paolo.