equal
deleted
inserted
replaced
149 } |
149 } |
150 } |
150 } |
151 |
151 |
152 |
152 |
153 private: |
153 private: |
154 SetI_ *iterate(uint&) const { ShouldNotCallThis(); return NULL; } // Removed |
154 SetI_ *iterate(uint&) const; |
155 }; |
155 }; |
156 |
156 |
157 //------------------------------Iteration-------------------------------------- |
157 //------------------------------Iteration-------------------------------------- |
158 // Loop thru all elements of the set, setting "elem" to the element numbers |
158 // Loop thru all elements of the set, setting "elem" to the element numbers |
159 // in random order. Inserted or deleted elements during this operation may |
159 // in random order. Inserted or deleted elements during this operation may |