Thread overview
[Issue 13015] std.json.JSONValue's toString is not const
Jul 01, 2014
Mark Isaacson
May 29, 2015
Brad Roberts
July 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13015

--- Comment #1 from Mark Isaacson <markisaa@umich.edu> ---
Pull request: https://github.com/D-Programming-Language/phobos/pull/2292

--
July 05, 2014
https://issues.dlang.org/show_bug.cgi?id=13015

--- Comment #1 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/d97dc15d827b79bc9b318b39a67ac1add3bc260c Merge pull request #2292 from markisaa/constToString

Issue 13015 - std.json.JSONValue's toString is now const

--
July 08, 2014
https://issues.dlang.org/show_bug.cgi?id=13015

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to 2.066 at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/8522790aada656ce4c993841d73acb6c9d9f318a Merge pull request #2292 from markisaa/constToString

Issue 13015 - std.json.JSONValue's toString is now const

--
August 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13015

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/8522790aada656ce4c993841d73acb6c9d9f318a Merge pull request #2292 from markisaa/constToString

--
May 29, 2015
https://issues.dlang.org/show_bug.cgi?id=13015

Brad Roberts <braddr@puremagic.com> changed:

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

--