[Issue 3909] toDelegate handles only a tiny subset of function pointer types
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 9 00:01:43 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3909
--- Comment #1 from Max Samukha <samukha at voliacable.com> 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 receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list