[Issue 8575] Lambda expression causes compilation error with template function

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8575 --- Comment #5 from yebblies 2012-10-28 01:58:58 EST --- Heh, the online documentation disagrees, but you're right. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8575] Lambda expression causes compilation error with template function

2012-10-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8575 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Version|D1

[Issue 8575] Lambda expression causes compilation error with template function

2012-10-27 Thread d-bugmail
/688f7ce593eef75997a2b8f2527d3cd9338692aa fix Issue 8575 - Lambda expression causes compilation error with template function Template lambda is an expression, so we should keep FuncExp until actually starting instantiation of passed template instance. https://github.com/D-Programming-Language/dmd/commit

[Issue 8575] Lambda expression causes compilation error with template function

2012-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8575 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid --- Comment #1 from K