On 12/16/21 11:28, Patrick Palka wrote:
On Wed, 15 Dec 2021, Jason Merrill wrote:
On 12/15/21 15:36, Patrick Palka wrote:
The r12-5403 fix apparently doesn't handle the case where the inner
lambda explicitly rather implicitly captures the capture proxy from
the outer lambda, and so we still re
On Wed, 15 Dec 2021, Jason Merrill wrote:
> On 12/15/21 15:36, Patrick Palka wrote:
> > The r12-5403 fix apparently doesn't handle the case where the inner
> > lambda explicitly rather implicitly captures the capture proxy from
> > the outer lambda, and so we still reject the first example in the
On 12/15/21 15:36, Patrick Palka wrote:
The r12-5403 fix apparently doesn't handle the case where the inner
lambda explicitly rather implicitly captures the capture proxy from
the outer lambda, and so we still reject the first example in the
testcase below.
The reason is that compared to an impl
The r12-5403 fix apparently doesn't handle the case where the inner
lambda explicitly rather implicitly captures the capture proxy from
the outer lambda, and so we still reject the first example in the
testcase below.
The reason is that compared to an implicit capture, the effective
initializer fo