Lines Matching refs:issue
114 SECTION("issue #60 - Double quotation mark is not parsed correctly")
125 SECTION("issue #70 - Handle infinity and NaN cases")
194 SECTION("issue #76 - dump() / parse() not idempotent")
226 SECTION("issue #82 - lexer::get_number return NAN")
248 SECTION("issue #89 - nonstandard integer type")
280 SECTION("issue #93 reverse_iterator operator inheritance problem")
317 SECTION("issue #100 - failed to iterator json object with reverse_iterator")
341 SECTION("issue #101 - binary string causes numbers to be dumped as hex")
353 SECTION("issue #111 - subsequent unicode chars")
362 SECTION("issue #144 - implicit assignment to std::string fails")
384 SECTION("issue #146 - character following a surrogate pair is skipped")
389 SECTION("issue #171 - Cannot index by key of type static constexpr const char*")
437 SECTION("issue #186 miloyip/nativejson-benchmark: floating-point parsing")
483 SECTION("issue #228 - double values are serialized with commas as decimal points")
489 //issue #230
533 //issue #230
545 SECTION("issue #378 - locale-independent num-to-str")
555 SECTION("issue #379 - locale-independent str-to-num")
566 SECTION("issue #233 - Can't use basic_json::iterator as a base iterator for std::move_iterator")
577 SECTION("issue #235 - ambiguous overload for 'push_back' and 'operator+='")
586 SECTION("issue #269 - diff generates incorrect patch when removing multiple array elements")
595 SECTION("issue #283 - value() does not work with _json_pointer types")
608 SECTION("issue #304 - Unused variable warning")
617 SECTION("issue #306 - Parsing fails without space at end of file")
632 SECTION("issue #310 - make json_benchmarks no longer working in 2.0.4")
649 SECTION("issue #323 - add nested object capabilities to pointers")
656 SECTION("issue #329 - serialized value not always can be parsed")
662 SECTION("issue #360 - Loss of precision when serializing <double>")
720 SECTION("issue #366 - json::parse on failed stream gets stuck")
727 SECTION("issue #367 - calling stream at EOF")
741 SECTION("issue #367 - behavior of operator>> should more closely resemble that of built-in overloads")
875 SECTION("issue #389 - Integer-overflow (OSS-Fuzz issue 267)")
892 SECTION("issue #380 - bug in overflow detection when parsing integers")
899 SECTION("issue #405 - Heap-buffer-overflow (OSS-Fuzz issue 342)")
907 SECTION("issue #407 - Heap-buffer-overflow (OSS-Fuzz issue 343)")
932 SECTION("issue #408 - Heap-buffer-overflow (OSS-Fuzz issue 344)")
974 SECTION("issue #411 - Heap-buffer-overflow (OSS-Fuzz issue 366)")
991 SECTION("issue #412 - Heap-buffer-overflow (OSS-Fuzz issue 367)")
1031 SECTION("issue #414 - compare with literal 0)")
1049 SECTION("issue #416 - Use-of-uninitialized-value (OSS-Fuzz issue 377)")
1078 SECTION("issue #452 - Heap-buffer-overflow (OSS-Fuzz issue 585)")
1085 SECTION("issue #454 - doubles are printed as integers")
1092 SECTION("issue #464 - VS2017 implicit to std::string conversion fix")
1101 SECTION("issue #465 - roundtrip error while parsing 1000000000000000010E5")
1111 SECTION("issue #473 - inconsistent behavior in conversion to array type")
1155 SECTION("issue #486 - json::value_t can't be a map's key type in VC++ 2015")
1162 SECTION("issue #494 - conversion from vector<bool> to json fails to build")
1171 SECTION("issue #504 - assertion error (OSS-Fuzz 856)")
1191 SECTION("issue #512 - use of overloaded operator '<=' is ambiguous")
1226 SECTION("issue #575 - heap-buffer-overflow (OSS-Fuzz 1400)")
1234 SECTION("issue #600 - how does one convert a map in Json back to std::map?")
1268 SECTION("issue #602 - BOM not skipped when using json:parse(iterator)")
1276 SECTION("issue #702 - conversion from valarray<double> to json fails to build")
1304 SECTION("issue #367 - Behavior of operator>> should more closely resemble that of built-in overloads.")
1326 SECTION("issue #714 - throw std::ios_base::failure exception when failbit set to true")
1356 SECTION("issue #805 - copy constructor is used with std::initializer_list constructor.")
1364 SECTION("issue #838 - incorrect parse error with binary data in keys")
1373 SECTION("issue #843 - converting to array not working")
1382 SECTION("issue #894 - invalid RFC6902 copy operation succeeds")
1406 SECTION("issue #961 - incorrect parsing of indefinite length CBOR strings")
1421 SECTION("issue #962 - Timeout (OSS-Fuzz 6034)")
1435 SECTION("issue #971 - Add a SAX parser - late bug")
1468 SECTION("issue #972 - Segmentation fault on G++ when trying to assign json string literal to custom json type")
1473 SECTION("issue #977 - Assigning between different json types")
1488 SECTION("issue #1340 - eof not set on exhausted input stream")