fix iterator concept implementation
This commit is contained in:
parent
02daf17326
commit
424055c04e
@ -108,7 +108,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