[Issue 8654] cannot take address of function which is 1)overloaded, 2) templated, and 3) member (static or not): Error: xxx is not an lvalue

2013-11-24 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8654 yebblies changed: What|Removed |Added Keywords||ice CC|

[Issue 8654] cannot take address of function which is 1)overloaded, 2) templated, and 3) member (static or not): Error: xxx is not an lvalue

2014-01-22 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8654 --- Comment #2 from Kenji Hara 2014-01-22 08:48:40 PST --- run(&a.fun3); should be ambiguous, because there's not enough context to determine overload resolution. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 8654] cannot take address of function which is 1)overloaded, 2) templated, and 3) member (static or not): Error: xxx is not an lvalue

2014-02-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8654 yebblies changed: What|Removed |Added Keywords|ice |accepts-invalid --- Comment #3 from yebbli

[Issue 8654] cannot take address of function which is 1)overloaded, 2) templated, and 3) member (static or not): Error: xxx is not an lvalue

2014-04-15 Thread d-bugmail
https://issues.dlang.org/show_bug.cgi?id=8654 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---