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

[email protected] changed:

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

--- Comment #2 from [email protected] ---
Possible reduction (but might also be another bug):

=====================================================

alias dgType() = extern(D) int delegate();

extern(C++) int cpp_set_foreach_ind()(dgType!() dg);

int foo(int delegate() dg)
{
    return cpp_set_foreach_ind!()(dg);
}

=====================================================

--

Reply via email to