diff --git a/DataStructures/DeallocatingVector.h b/DataStructures/DeallocatingVector.h index 6acec9b27..576ce9092 100644 --- a/DataStructures/DeallocatingVector.h +++ b/DataStructures/DeallocatingVector.h @@ -100,7 +100,6 @@ public: } inline DeallocatingVectorIterator& operator++() { //prefix - if(DeallocateC) assert(false); ++mState.mIndex; return *this; }