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

Bastiaan Veelo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Bastiaan Veelo <[email protected]> ---
I am guessing this is the same issue, right?


void func(void delegate()) {}

void dum(){}

void main()
{
    import std.functional;
    func(toDelegate(&dum));
}

--

Reply via email to