Using indices instead of pointers
This commit is contained in:
@@ -401,7 +401,7 @@ namespace Seele
|
||||
}
|
||||
void pop()
|
||||
{
|
||||
_data[arraySize--].~T();
|
||||
_data[--arraySize].~T();
|
||||
markIteratorDirty();
|
||||
}
|
||||
constexpr inline reference operator[](size_type index)
|
||||
|
||||
Reference in New Issue
Block a user