[Issue 7713] lambda inference doesn't work on template function argument

2012-03-20 Thread d-bugmail
/8dba679462b3ee58bb589aa7a6b28135191c09be Merge pull request #814 from 9rnsr/fix7713 Issue 7713 - lambda inference doesn't work on template function argument -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7713] lambda inference doesn't work on template function argument

2012-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7713 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7713] lambda inference doesn't work on template function argument

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7713 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 7713] lambda inference doesn't work on template function argument

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7713 Alex R�nne Petersen xtzgzo...@gmail.com changed: What|Removed |Added CC|

[Issue 7713] lambda inference doesn't work on template function argument

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7713 --- Comment #3 from Kenji Hara k.hara...@gmail.com 2012-03-15 22:49:51 PDT --- (In reply to comment #2) Question: Would this also allow: void foo(T)(T t, bool delegate(T) dg) { } void main() { foo(1, (i) { return true; }); }

[Issue 7713] lambda inference doesn't work on template function argument

2012-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7713 --- Comment #4 from Alex R�nne Petersen xtzgzo...@gmail.com 2012-03-15 22:54:41 PDT --- That makes sense. Thank you for the explanation. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving