From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8531 invoked by alias); 30 Aug 2004 15:58:06 -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 8296 invoked by uid 48); 30 Aug 2004 15:58:02 -0000 Date: Mon, 30 Aug 2004 15:58:00 -0000 Message-ID: <20040830155801.8295.qmail@sourceware.org> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040830112040.17238.philippe.haution@mines-paris.org> References: <20040830112040.17238.philippe.haution@mines-paris.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/17238] explicit qualification of member template is rejected X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg03144.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2004-08-30 15:58 ------- Yes, that is my understanding. gcc wasn't clear about this before, but we fixed it base on a defect report to the standard that clarified that the keyword is only allowed if the left hand side object is template dependent. W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17238