D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 7289 - Document how std.format handles structs, unions, and hashes.
Summary: Document how std.format handles structs, unions, and hashes.
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2012-01-13 21:12 UTC by Jerry Quinn
Modified: 2014-04-23 13:32 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jerry Quinn 2012-01-13 21:12:52 UTC
http://www.d-programming-language.org/phobos/std_format.html#format-string

%s should describe these.
Comment 2 github-bugzilla 2014-04-23 13:32:07 UTC
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.