1
0
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:
Niels
2016-05-12 00:32:18 +02:00
parent fb06356856
commit 0e0ecb2c14
3 changed files with 6 additions and 2 deletions

View File

@ -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);