[Issue 14591] [SPEC] Ambiguity between extern(Pascal) and template value parameters

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Apr 11 00:11:06 PDT 2017


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

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at 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.

--


More information about the Digitalmars-d-bugs mailing list