From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29083 invoked by alias); 15 May 2009 02:56:35 -0000 Received: (qmail 29032 invoked by uid 48); 15 May 2009 02:56:20 -0000 Date: Fri, 15 May 2009 02:56:00 -0000 Message-ID: <20090515025620.29031.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/40155] [c++1x] variadic template pack problem In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bangerth at gmail dot com" 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-05/txt/msg01292.txt.bz2 ------- Comment #1 from bangerth at gmail dot com 2009-05-15 02:56 ------- Oh, should've said: g/x> /home/bangerth/bin/x86/gcc-mainline/bin/c++ -std=c++0x -c x.cc x.cc:9: error: invalid conversion from 'int (*)(double)' to 'int (*)()' x.cc:5: error: too many arguments to function 'int forward_call(RT (*)(A ...), typename identity::type ...) [with RT = int, A = , typename identity::type = A]' x.cc:9: error: at this point in file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40155