[Issue 22818] typesafe variadic function parameter of type class should be scope
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 24 02:45:40 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=22818
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
Oops, the second example should be:
> ref int g(C c ...) {
> return c.x;
> }
--
More information about the Digitalmars-d-bugs
mailing list