On Wed, Nov 23, 2016 at 10:34 AM, Nathan Sidwell wrote:
> On 11/22/2016 02:26 PM, Nathan Sidwell wrote:
>>
>> template
>> void for2 (T &v)
>> {
>> }
>>
>> void Foo ()
>> {
>> auto lam_1 = [](int &) { };
>> auto lam_2 = [](auto &) { }; // IIUC this is implicitly templatey
>>
>> for2 (lam_1);
>>>>> "Mark" == Mark Mitchell <[EMAIL PROTECTED]> writes:
>>>>> "Jason" == Jason Merrill <[EMAIL PROTECTED]> writes:
Jason> Wouldn't it make sense for the definition of
Jason> ASM_OUTPUT_INTERNAL_LABEL to simply cast "