This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/40155] [c++1x] variadic template pack problem



------- 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<A>::type ...) [with RT = int, A = , typename
identity<A>::type = A]'
x.cc:9: error: at this point in file


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40155


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]