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

2024-06-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24611

--- Comment #1 from Bolpat  ---
Grammar change needed for the suggested fix:
```diff
TemplateArgument:
Type
+   ref Type
AssignExpression
Symbol
```

--


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

2024-06-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24611

Bolpat  changed:

   What|Removed |Added

   Priority|P1  |P2
 CC||qs.il.paperi...@gmail.com

--