Remove ArrayIterator::internal() and ObjectIterator::internal()

This commit is contained in:
Benoit Blanchon
2022-10-13 09:41:06 +02:00
parent 6e17c3e6f9
commit 92d6bae25c
5 changed files with 12 additions and 19 deletions

View File

@@ -176,7 +176,7 @@ class ObjectRef : public ObjectRefBase<CollectionData>,
FORCE_INLINE void remove(iterator it) const {
if (!_data)
return;
_data->removeSlot(it.internal());
_data->removeSlot(it._slot);
}
// remove(const std::string&) const