www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4827] New: std.format.formatValue for AArray

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

           Summary: std.format.formatValue for AArray
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: patch
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: rayerd.wiz gmail.com



PDT ---
Created an attachment (id=747)
Replace to "FormatSpec" from "ref FormatSpec"

import std.stdio;
void main()
{
    int[string] aa = ["hhhhh":10, "jjjjj":20, "kkkkkk":30];
    writeln(aa);//hhhhh:10 j:20 k:30
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 05 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4827


SHOO <zan77137 nifty.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |zan77137 nifty.com
         Resolution|                            |FIXED



I fixed this at r2030.

http://www.dsource.org/projects/phobos/changeset/2030

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 18 2010