1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

🔥 remove duplicated line

This commit is contained in:
Niels Lohmann
2021-07-12 19:21:07 +02:00
parent b0730f29cf
commit bc7e8faa4f
2 changed files with 0 additions and 2 deletions

View File

@ -22464,7 +22464,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
// capacity has changed: update all elements' parents
set_parents();
}
set_parent(m_value.array->back());
}
/*!