[Issue 24611] Cannot explicitly instantiate template function with `auto ref`

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 17 11:47:16 UTC 2024


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

--- Comment #1 from Bolpat <qs.il.paperinik at gmail.com> ---
Grammar change needed for the suggested fix:
```diff
    TemplateArgument:
        Type
+       ref Type
        AssignExpression
        Symbol
```

--


More information about the Digitalmars-d-bugs mailing list