[Issue 13850] mixin template accepts delegates as function parameters

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 30 06:40:04 UTC 2023


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

--- Comment #6 from Max Samukha <maxsamukha at gmail.com> ---
(In reply to Max Samukha from comment #5)


>     mixin Template!(&func23);

Should be `mixin Template!(&func23, func23);`

--


More information about the Digitalmars-d-bugs mailing list