[Issue 19299] string mixins and template mixins should be allowed in function parameter list
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 31 12:46:50 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=19299
--- Comment #2 from Nick Treleaven <nick at geany.org> ---
Actually std.traits.Parameters does not work, it is just the parameter types.
The pragma above prints:
void(char c = '\0', byte b, int extra)
(Even though the default argument can't be followed by non-default args!).
--
More information about the Digitalmars-d-bugs
mailing list