mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03:00
🔥 remove duplicated line
This commit is contained in:
@ -5429,7 +5429,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
|
|||||||
// capacity has changed: update all elements' parents
|
// capacity has changed: update all elements' parents
|
||||||
set_parents();
|
set_parents();
|
||||||
}
|
}
|
||||||
set_parent(m_value.array->back());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
@ -22464,7 +22464,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
|
|||||||
// capacity has changed: update all elements' parents
|
// capacity has changed: update all elements' parents
|
||||||
set_parents();
|
set_parents();
|
||||||
}
|
}
|
||||||
set_parent(m_value.array->back());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Reference in New Issue
Block a user