[Issue 5836] New: std.typetuple.staticIndexOf missing %s in call to writefln

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 11 13:28:14 PDT 2011


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

           Summary: std.typetuple.staticIndexOf missing %s in call to
                    writefln
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrej.mitrovich at gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2011-04-11 13:24:29 PDT ---
Example code is:
    writefln("The index of long is ",
          staticIndexOf!(long, TypeTuple!(int, long, double)));
Should be:
    writefln("The index of long is %s",
          staticIndexOf!(long, TypeTuple!(int, long, double)));

-- 
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