[Issue 19328] isExpression does not allow to check conversion to delegate/function
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Feb 21 18:33:20 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=19328
Nick Treleaven <nick at geany.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nick at geany.org
--- Comment #1 from Nick Treleaven <nick at geany.org> ---
Seems to work fine now for this:
void f();
alias a = ParameterTupleOf!(typeof(f));
alias b = ParameterTupleOf!(void delegate());
alias c = ParameterTupleOf!(void function());
--
More information about the Digitalmars-d-bugs
mailing list