mirror of
https://github.com/nlohmann/json.git
synced 2026-03-14 21:21:25 +00:00
fixed #304
This commit is contained in:
@@ -10116,7 +10116,7 @@ basic_json_parser_63:
|
||||
json_pointer top_pointer = ptr.top();
|
||||
if (top_pointer != ptr)
|
||||
{
|
||||
basic_json& x = result.at(top_pointer);
|
||||
result.at(top_pointer);
|
||||
}
|
||||
|
||||
// get reference to parent of JSON pointer ptr
|
||||
|
||||
@@ -9413,7 +9413,7 @@ class basic_json
|
||||
json_pointer top_pointer = ptr.top();
|
||||
if (top_pointer != ptr)
|
||||
{
|
||||
basic_json& x = result.at(top_pointer);
|
||||
result.at(top_pointer);
|
||||
}
|
||||
|
||||
// get reference to parent of JSON pointer ptr
|
||||
|
||||
Reference in New Issue
Block a user