[Bug c++/69842] [6 Regression] Parameter deduction in polymorphic lambdas
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Feb 25 15:24:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69842
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Feb 25 15:23:47 2016
New Revision: 233719
URL: https://gcc.gnu.org/viewcvs?rev=233719&root=gcc&view=rev
Log:
PR c++/69842
* method.c (forward_parm): Handle parameter packs.
* lambda.c (maybe_add_lambda_conv_op): Use it for them.
Added:
trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic4.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/lambda.c
trunk/gcc/cp/method.c
More information about the Gcc-bugs
mailing list