[Issue 17641] TypeInfo for two identical delegates (or functions) are not equal to each other

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 13 07:25:21 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17641

andronkin at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from andronkin at gmail.com ---
Thank you, I did not know about this feature.

> void delegate(uint)
> Yeah, that looks wrong
Why is it wrong? This is the correct delegate type definition:

void delegate(uint) f = delegate void(uint a) { ... };

--


More information about the Digitalmars-d-bugs mailing list