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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Apr 12 15:52:50 PDT 2017


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

--- Comment #8 from Rainer Schuetze <r.sagitario at gmx.de> ---
> Any other of the TemplateArg prefixes 'S' (TypeStruct), 'H' (TypeAssocArray) and 'T' (TypeTypedef) should be affected aswell.

Probably not, as the rule above avoids trouble with symbol aliases, and types
only contain QualifiedName which only contain function types.

--


More information about the Digitalmars-d-bugs mailing list