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