← Back to index
|
Original Bugzilla link
Bug 7289 – Document how std.format handles structs, unions, and hashes.
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-01-13T21:12:00Z
Last change time
2014-04-23T13:32:08Z
Keywords
pull
Assigned to
nobody
Creator
jlquinn
Comments
Comment #0
by jlquinn — 2012-01-13T21:12:52Z
http://www.d-programming-language.org/phobos/std_format.html#format-string
%s should describe these.
Comment #1
by andrej.mitrovich — 2014-04-23T12:16:22Z
https://github.com/D-Programming-Language/phobos/pull/2108
Comment #2
by github-bugzilla — 2014-04-23T13:32:07Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/83b9b44f461278e296a8df6f470eb460830ce8af
Fix Issue 7289 - Document how std.format handles structs, unions, and hashes.
https://github.com/D-Programming-Language/phobos/commit/bdb16b18b13e29f760ece2ab56b330dade63a92b
Merge pull request #2108 from AndrejMitrovic/Fix7289 Issue 7289 - Document how std.format handles structs, unions, and hashes.