www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2165] New: phobos format is not POSIX compatible

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2165

           Summary: phobos format is not POSIX compatible
           Product: D
           Version: 1.030
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: davidl 126.com


%jd, %td are not supported


-- 
Jun 23 2008
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2165


bugzilla digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID





Phobos format is not intended to be Posix compatible. The j and t modifiers are
irrelevant, because std.format uses type information to determine the correct
way to format the type automatically.


-- 
Jun 27 2008