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