[Issue 12969] std.json: Lack of opIndexAssign operator for JSONValue may become a source of runtime errors
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Oct 31 13:17:41 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12969
--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/f2bc851d7c16bfc242dff4c680cf5a24f47cf020
std.json: Fixed issue 12969. opIndexAssign operator for JSONValue added.
Changed order of elements in enum JSON_TYPE so NULL is a default type when
JSONValue is not initialized
Signed-off-by: Uranuz <neuranuz at gmail.com>
https://github.com/D-Programming-Language/phobos/commit/7dfe2885763801a1d8339243cdc61b3caf9d0cdf
Merge pull request #2607 from Dicebot/uranuz_issue_12969
Fix issue 12969 : opIndexAssign operator for JSONValue
--
More information about the Digitalmars-d-bugs
mailing list