variadic-ttp.C
221 Bytes
-
re PR c++/34101 (ICE with argument deduction of variadic template function) · ba796308
2007-12-04 Douglas Gregor <doug.gregor@gmail.com> PR c++/34101 * name-lookup.c (arg_assoc_template_arg): Recurse on argument packs. (arg_assoc_type): We don't need to handle TYPE_ARGUMENT_PACK here, since arg_assoc_template_arg will deal with them (better). 2007-12-04 Douglas Gregor <doug.gregor@gmail.com> PR c++/34101 * g++.dg/cpp0x/variadic-ttp.C: New. From-SVN: r130608
Douglas Gregor committed