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

Rainer Schuetze <r.sagita...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagita...@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagita...@gmx.de> ---
I think this ambiguity doesn't exist: a template value only occurs inside a
template argument list, and any previous argument terminates without needing
lookahead. It's either SymbolName, QualifiedName (terminating on a SymbolName),
'Z' or a type, and a type terminates with a QualifiedName at worst.

--

Reply via email to