r251426 - in /trunk/gcc: cp/ChangeLog cp/method...
jason@gcc.gnu.org
jason@gcc.gnu.org
Tue Aug 29 19:40:00 GMT 2017
Author: jason
Date: Tue Aug 29 19:40:41 2017
New Revision: 251426
URL: https://gcc.gnu.org/viewcvs?rev=251426&root=gcc&view=rev
Log:
Fix lambdas in template default argument of inherited ctor.
* method.c (synthesized_method_base_walk): Replace an inherited
template with its specialization.
(synthesized_method_walk): Make inheriting_ctor a pointer.
(maybe_explain_implicit_delete, explain_implicit_non_constexpr)
(deduce_inheriting_ctor, implicitly_declare_fn): Adjust.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle5.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/method.c
More information about the Gcc-cvs
mailing list