[Issue 6471] New: std.metastrings.Format has recursive expansion	problems
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Aug 11 18:35:30 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=6471
           Summary: std.metastrings.Format has recursive expansion
                    problems
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: ellery-newcomer at utulsa.edu
--- Comment #0 from Ellery Newcomer <ellery-newcomer at utulsa.edu> 2011-08-11 18:35:28 PDT ---
dmd32 2.054.
compiling the attached file results in
/usr/include/d/std/metastrings.d(72): Error: template instance
std.metastrings.FormatString!("*/\x0a    @property Node right%s(Node
newNode)\x0a    {\x0a        _right%s = newNode;\x0a        if(newNode !is
null)\x0a            newNode._parent%s = &this;\x0a        return newNode;\x0a 
  }\x0a",N,N,N) recursive expansion
-- 
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