| ... | @@ -151,7 +151,7 @@ private: | ... | @@ -151,7 +151,7 @@ private: |
| 151 | int _size; | 151 | int _size; |
| 152 | int _max_distance_from_start_index; | 152 | int _max_distance_from_start_index; |
| 153 | // this is used to detect bugs where a hashtable is edited while an iterator is running. | 153 | // this is used to detect bugs where a hashtable is edited while an iterator is running. |
| 154 | uint32_t _modification_count = 0; | 154 | uint32_t _modification_count; |
| 155 | | 155 | |
| 156 | void init_capacity(int capacity) { | 156 | void init_capacity(int capacity) { |
| 157 | _capacity = capacity; | 157 | _capacity = capacity; |