From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26463 invoked by alias); 8 May 2003 20:26:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 26431 invoked by uid 71); 8 May 2003 20:26:01 -0000 Date: Thu, 08 May 2003 20:26:00 -0000 Message-ID: <20030508202601.26430.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Giovanni Bajo" Subject: Re: c++/10690 Reply-To: "Giovanni Bajo" X-SW-Source: 2003-05/txt/msg00644.txt.bz2 List-Id: The following reply was made to PR c++/10690; it has been noted by GNATS. From: "Giovanni Bajo" To: "Wolfgang Bangerth" , , Cc: Subject: Re: c++/10690 Date: Thu, 8 May 2003 22:18:05 +0200 Wolfgang Bangerth wrote: > there > were two function templates "foo", so > typeid(foo) > could not possibly give a meaningful result. Well, one is right out due to SFINAE. Giovanni Bajo