1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-18 06:02:16 +03:00
This commit is contained in:
Niels
2016-09-11 22:40:51 +02:00
parent 2daab5a4c2
commit f922426ec3
3 changed files with 11 additions and 2 deletions

View File

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