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: nob...@puremagic.com
        ReportedBy: ellery-newco...@utulsa.edu


--- Comment #0 from Ellery Newcomer <ellery-newco...@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: -------

Reply via email to