[Issue 5300] What type suffixes apply to with single argument template instances is undefined.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 3 01:33:50 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=5300


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

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


--- Comment #2 from Rainer Schuetze <r.sagitario at gmx.de> 2010-12-03 01:32:14 PST ---
This is defined by the grammar here:

http://www.digitalmars.com/d/2.0/template.html#TemplateInstance

TemplateInstance:
    TemplateIdentifier !( TemplateArgumentList )
    TemplateIdentifier ! TemplateSingleArgument

TemplateSingleArgument:
    Identifier
    BasicTypeX
    CharacterLiteral
    StringLiteral
    IntegerLiteral
    FloatLiteral
    true
    false
    null
    __FILE__
    __LINE__

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list