File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 468468</ style >
469469</ head >
470470< body >
471+ < h2 > 0.99.2</ h2 >
472+
473+ < ul >
474+ < li > Included workaround for a C++11 issue in GCC 4.8, contributed by Alex Merry</ li >
475+ < li > Fixed operator== so that json() == json(json::object())</ li >
476+ < li > Fixed issue with < code > json</ code > assignment to initializer list</ li >
477+ < li >
478+ < p > Fixed issue with assignment to empty json object with multiple keys, e.g. </ p >
479+
480+ < p > json val; < br >
481+ val["key1"]["key2"] = 1; </ p >
482+ </ li >
483+ </ ul >
484+
471485< h2 > 0.99.1</ h2 >
472486
473487< ul >
Original file line number Diff line number Diff line change 33
44- Included workaround for a C++11 issue in GCC 4.8, contributed by Alex Merry
55- Fixed operator== so that json() == json(json::object())
6+ - Fixed issue with ` json ` assignment to initializer list
7+ - Fixed issue with assignment to empty json object with multiple keys, e.g.
8+
9+ json val;
10+ val[ "key1"] [ "key2" ] = 1;
611
7120.99.1
813------
You can’t perform that action at this time.
0 commit comments