https://issues.dlang.org/show_bug.cgi?id=3909
Bolpat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #5 from Bolpat <[email protected]> --- This code snippet: import std.functional; struct S { } void foo(S s) { } void main() { auto dg = toDelegate(&foo); } compiled on all dmd versions since 2.060; I won't go into the hurdle and find out which version it got fixed. Closing this. --
