http://d.puremagic.com/issues/show_bug.cgi?id=7917
Denis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Denis <[email protected]> 2012-05-03 14:25:30 MSD --- This issue is derived from Issue 7955. Everything you need to create this issue from Issue 7955 is to wrap lambda template in a nested function. Code from Issue 7955 comment #1 with addition of `spam`: --- void f(alias fun)() { } void g(T)() { void spam() { f!(a => a)(); } } void main() { g!int(); g!long(); } --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
