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