Thread overview | |||||
---|---|---|---|---|---|
|
December 17, 2022 [Issue 19328] isExpression does not allow to check conversion to delegate/function | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19328 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
February 21, 2023 [Issue 19328] isExpression does not allow to check conversion to delegate/function | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19328 Nick Treleaven <nick@geany.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@geany.org --- Comment #1 from Nick Treleaven <nick@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()); -- |
February 22, 2023 [Issue 19328] isExpression does not allow to check conversion to delegate/function | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19328 RazvanN <razvan.nitu1305@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- |
Copyright © 1999-2021 by the D Language Foundation