From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14744 invoked by alias); 23 Jun 2005 14:58:25 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14715 invoked by alias); 23 Jun 2005 14:58:20 -0000 Date: Thu, 23 Jun 2005 14:58:00 -0000 Message-ID: <20050623145820.14714.qmail@sourceware.org> From: "gdr at integrable-solutions dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050623042717.22154.pinskia@gcc.gnu.org> References: <20050623042717.22154.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/22154] [DR 382] qualified names should allow typename keyword in front of it (even in non-templates) X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg02927.txt.bz2 List-Id: ------- Additional Comments From gdr at integrable-solutions dot net 2005-06-23 14:58 ------- Subject: Re: New: [DR 382] qualified names should allow typename keyword in front of it (even in non-templates) "pinskia at gcc dot gnu dot org" writes: | The following should compile according to this DR report (but it is only in ready state so I am going to | confirm it and then suspend it): | class a {}; | typename ::a f(); | | Also the following should not compile as a is not qualified then: | class a {}; | typename a f(); If that is what the DR says, then the DR does not make any sense... -- Gaby -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22154