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