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

Nick Treleaven <[email protected]> changed:

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

--- Comment #1 from Nick Treleaven <[email protected]> ---
Seems to work fine now for this:

void f();
alias a = ParameterTupleOf!(typeof(f));
alias b = ParameterTupleOf!(void delegate());
alias c = ParameterTupleOf!(void function());

--

Reply via email to