Re: [PATCH] Fix lambdas in template default argument of inherited ctor. (backport for PR 81860)

2018-02-16 Thread Jason Merrill
OK. On Fri, Jan 26, 2018 at 8:12 AM, Jonathan Wakely wrote: > This is a backport of r251426 which incidentally fixed PR 81860 and > its dup. The bug was closed as fixed, but as a regression it should be > fixed for 7.x too. > > The patch applied cleanly to the branch except

[PATCH] Fix lambdas in template default argument of inherited ctor. (backport for PR 81860)

2018-01-26 Thread Jonathan Wakely
This is a backport of r251426 which incidentally fixed PR 81860 and its dup. The bug was closed as fixed, but as a regression it should be fixed for 7.x too. The patch applied cleanly to the branch except for a minor conflict in get_defaulted_eh_spec because r250994 isn't on the branch. Tested