mirror of
https://github.com/nlohmann/json.git
synced 2025-07-15 07:41:50 +03:00
fixed a warning and update ChangeLog
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user