On Wed, Apr 4, 2018 at 2:57 PM, Jason Merrill wrote:
> Since, during partial instantiation of a generic lambda, we don't
> substitute into the body of a constexpr if, we don't do lambda capture
> as part of substitution. But extract_locals_r is supposed to do it as
> part of remembering the subst
Since, during partial instantiation of a generic lambda, we don't
substitute into the body of a constexpr if, we don't do lambda capture
as part of substitution. But extract_locals_r is supposed to do it as
part of remembering the substitution context to be used later.
As it turns out, this was f