[Issue 18486] std.format cannot format const objects

2018-02-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18486 --- Comment #3 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/93dc74be78de197d8c1daa52d9bd1920d07d7f47 Merge pull request #6207 from JackStouffer/issue18486 Fi

[Issue 18486] std.format cannot format const objects

2018-02-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18486 Jack Stouffer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 18486] std.format cannot format const objects

2018-02-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18486 --- Comment #1 from Jack Stouffer --- hasToString returns 1 for C and 0 for const(C). --