[Issue 3909] toDelegate handles only a tiny subset of function pointer types

2021-01-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3909 Bolpat changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3909] toDelegate handles only a tiny subset of function pointer types

2010-05-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3909 Shin Fujishiro changed: What|Removed |Added AssignedTo|rsi...@gmail.com|nob...@puremagic.com --- Comment #4 f

[Issue 3909] toDelegate handles only a tiny subset of function pointer types

2010-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3909 --- Comment #3 from Max Samukha 2010-05-25 08:12:12 PDT --- (In reply to comment #2) > I just noticed this report now. Really, the reason this code is so poorly > designed (I wrote it, and I'll admit in hindsight that it does suck) is bug > 1

[Issue 3909] toDelegate handles only a tiny subset of function pointer types

2010-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3909 David Simcha changed: What|Removed |Added CC||dsim...@yahoo.com Depends on|

[Issue 3909] toDelegate handles only a tiny subset of function pointer types

2010-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3909 --- Comment #1 from Max Samukha 2010-03-09 00:01:42 PST --- In the test case, auto dg = &toDelegate(&foo); should be auto dg = toDelegate(&foo); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are