On 03/06/2016 09:30 AM, Patrick Palka wrote:
On Sun, Mar 6, 2016 at 1:42 AM, Jason Merrill wrote:
On 02/08/2016 12:19 AM, Patrick Palka wrote:
Here, we are calling template_class_depth on a FIELD_DECL corresponding
to a lambda that is used inside variable template. template_class_depth
howev
On Sun, Mar 6, 2016 at 1:42 AM, Jason Merrill wrote:
> On 02/08/2016 12:19 AM, Patrick Palka wrote:
>>
>> Here, we are calling template_class_depth on a FIELD_DECL corresponding
>> to a lambda that is used inside variable template. template_class_depth
>> however does not see that this FIELD_DECL
On 02/08/2016 12:19 AM, Patrick Palka wrote:
Here, we are calling template_class_depth on a FIELD_DECL corresponding
to a lambda that is used inside variable template. template_class_depth
however does not see that this FIELD_DECL is used inside a variable
template binding because its chain of D
OK.
Jason
On Mon, Feb 15, 2016 at 9:42 AM, Patrick Palka wrote:
> On Mon, Feb 8, 2016 at 12:19 AM, Patrick Palka wrote:
>> Here, we are calling template_class_depth on a FIELD_DECL corresponding
>> to a lambda that is used inside variable template. template_class_depth
>> however does not see that this FI
On Mon, Feb 8, 2016 at 12:19 AM, Patrick Palka wrote:
> Here, we are calling template_class_depth on a FIELD_DECL corresponding
> to a lambda that is used inside variable template. template_class_depth
> however does not see that this FIELD_DECL is used inside a variable
> template binding becaus