Lines Matching refs:with
26 "[json.exception.parse_error.107] parse error at byte 1: JSON pointer must be empty or begin with '/' - was: 'foo'", json::parse_error&);
29 "[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'", json::parse_error&);
32 "[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'", json::parse_error&);
272 // assign to nonexisting index (with gap)
276 // error with leading 0
278 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&);
280 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&);
282 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&);
284 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&);
291 // error with incorrect numbers
360 // error when using "-" with at
382 // assign to nonexisting index (with gap)
661 // build with C++20 to test rewritten candidates
691 "[json.exception.parse_error.107] parse error at byte 1: JSON pointer must be empty or begin with '/' - was: 'foo'", json::parse_error&);
693 "[json.exception.parse_error.107] parse error at byte 1: JSON pointer must be empty or begin with '/' - was: 'foo'", json::parse_error&);
695 "[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'", json::parse_error&);
697 "[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'", json::parse_error&);
709 // build with C++20
770 // build with C++20 to test rewritten candidates