From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21920 invoked by alias); 18 Jul 2002 00:16:03 -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 21875 invoked by uid 71); 18 Jul 2002 00:16:02 -0000 Date: Wed, 17 Jul 2002 17:16:00 -0000 Message-ID: <20020718001602.21868.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Gabriel Dos Reis Subject: Re: c++/7346: templated conversion operator to dependent type Reply-To: Gabriel Dos Reis X-SW-Source: 2002-07/txt/msg00543.txt.bz2 List-Id: The following reply was made to PR c++/7346; it has been noted by GNATS. From: Gabriel Dos Reis To: david.abrahams@rcn.com Cc: gcc-gnats@gcc.gnu.org Subject: Re: c++/7346: templated conversion operator to dependent type Date: 18 Jul 2002 02:13:23 +0200 david.abrahams@rcn.com writes: [...] | foo.cpp:10: no `X::operator int() const' member function declared in class ` | X' | foo.cpp:10: template definition of non-template `X::operator int() const' This is an instance of a more general problem in GCC/g++. I should probably go and merge all duplicates of this. -- Gaby