[Bug 168] New: incorrect docs for name mangling template value char	arguments
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue May 30 12:57:07 PDT 2006
    
    
  
http://d.puremagic.com/bugzilla/show_bug.cgi?id=168
           Summary: incorrect docs  for name mangling template value char
                    arguments
           Product: D
           Version: 0.158
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: clugdbug at yahoo.com.au
In abi.html:
Good news! It's simpler than the docs indicate. In the BNF for 'Template
Instance Names', all the lines shown below can be deleted:
--------------
    Width Number _ HexDigits
Width:
    a 
    w
    d
Width Number _ HexDigits: Width is whether the characters are 1 byte (a), 2
bytes (w) or 4 bytes (d) in size. Number is the number of characters in the
string. The HexDigits are the hex data for the string.
---------
and change
"Number is for positive numeric literals."
to
"Number is for positive numeric literals (including character literals)."
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list