From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22337 invoked by alias); 18 Dec 2003 16:01:56 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22328 invoked from network); 18 Dec 2003 16:01:56 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 18 Dec 2003 16:01:56 -0000 Received: (qmail 16686 invoked by uid 10); 18 Dec 2003 16:01:55 -0000 Received: (qmail 19499 invoked by uid 500); 18 Dec 2003 16:01:48 -0000 From: Ian Lance Taylor To: Daniel Jacobowitz Cc: Jim Blandy , David Carlton , gdb Subject: Re: new demangler References: <20031216053022.GA28127@nevyn.them.org> <20031218052122.GA7319@nevyn.them.org> Date: Thu, 18 Dec 2003 16:01:00 -0000 In-Reply-To: <20031218052122.GA7319@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00249.txt.bz2 Daniel Jacobowitz writes: > Was anything ever decided about conversion operators and typeof()? I think there was a general leaning toward using __typeof__ when demangling complicated conversion operators. But there wasn't any final decision. Ian