fix iterator concept implementation
This commit is contained in:
parent
748df0b21a
commit
411d8d4d98
@ -100,7 +100,6 @@ public:
|
||||
}
|
||||
|
||||
inline DeallocatingVectorIterator& operator++() { //prefix
|
||||
if(DeallocateC) assert(false);
|
||||
++mState.mIndex;
|
||||
return *this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user