fixed a warning and update ChangeLog
This commit is contained in:
parent
fb06356856
commit
0e0ecb2c14
3 changed files with 6 additions and 2 deletions
src
|
@ -9954,7 +9954,7 @@ basic_json_parser_63:
|
|||
*/
|
||||
static basic_json diff(const basic_json& source,
|
||||
const basic_json& target,
|
||||
std::string path = "") noexcept
|
||||
std::string path = "")
|
||||
{
|
||||
// the patch
|
||||
basic_json result(value_t::array);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue