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++/41933] [c++0x] lambdas and variadic templates don't work together


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

--- Comment #10 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Sun Sep 15 19:34:34 2013
New Revision: 202604

URL: http://gcc.gnu.org/viewcvs?rev=202604&root=gcc&view=rev
Log:
    PR c++/41933
    * cp-tree.h (DECL_PACK_P): Replace FUNCTION_PARAMETER_PACK_P.
    * cxx-pretty-print.c (direct_declarator): Adjust.
    * decl2.c (cp_build_parm_decl): Adjust.
    * pt.c (function_parameter_pack_p): Adjust.
    (find_parameter_packs_r, push_template_decl_real): Adjust.
    (tsubst_pack_expansion, tsubst_decl): Adjust.
    (regenerate_decl_from_template, instantiate_decl): Adjust.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h
    trunk/gcc/cp/cxx-pretty-print.c
    trunk/gcc/cp/decl2.c
    trunk/gcc/cp/pt.c


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