http://d.puremagic.com/issues/show_bug.cgi?id=8496



--- Comment #2 from Kenji Hara <k.hara...@gmail.com> 2012-09-22 03:26:34 PDT ---
I'd like to update sample code.

alias extern (C) void function() FP;
void main()
{
    FP fp = (){};

    fp = (){};
}

The fp declaration and assignment should infer the lambda's linkage.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to