From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5895 invoked by alias); 4 Dec 2002 14:46:10 -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 5837 invoked by uid 71); 4 Dec 2002 14:46:07 -0000 Date: Wed, 04 Dec 2002 06:46:00 -0000 Message-ID: <20021204144607.5836.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: c++/8806: gcc accepts bad argument for template template parameter Reply-To: Wolfgang Bangerth X-SW-Source: 2002-12/txt/msg00204.txt.bz2 List-Id: The following reply was made to PR c++/8806; it has been noted by GNATS. From: Wolfgang Bangerth To: gcc-bugs@gcc.gnu.org, , Volker Reichelt , Cc: Subject: Re: c++/8806: gcc accepts bad argument for template template parameter Date: Wed, 4 Dec 2002 08:36:05 -0600 (CST) This is actually kind of a funny problem (an oversight in the standard?), and the only way I can think of to make this go the intended way would be to write foo< ::bar> or maybe foo