From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10467 invoked by alias); 6 Jan 2009 19:47:17 -0000 Received: (qmail 10430 invoked by uid 48); 6 Jan 2009 19:47:07 -0000 Date: Tue, 06 Jan 2009 19:47:00 -0000 Message-ID: <20090106194707.10429.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/35722] [C++0x] Variadic templates expansion into non-variadic class template In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jason at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg00641.txt.bz2 ------- Comment #1 from jason at gcc dot gnu dot org 2009-01-06 19:47 ------- This was ill-formed under the proposal that was initially adopted, but was made well-formed in the March 2008 working paper when the following wording was struck from the end of 14.3: A template-argument pack expansion shall not occur in a simple-template-id whose template-name refers to a class template unless the template-parameter-list of that class template declares a template parameter pack. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35722