diff --git a/src/hash_map.hpp b/src/hash_map.hpp index 74e56e729825d779d4ffb6b0484aa72be3a7a4e3..7f2d39ef86821551e25b568f4346135be6fdc9d9 100644 --- a/src/hash_map.hpp +++ b/src/hash_map.hpp @@ -151,7 +151,7 @@ private: int _size; int _max_distance_from_start_index; // this is used to detect bugs where a hashtable is edited while an iterator is running. - uint32_t _modification_count = 0; + uint32_t _modification_count; void init_capacity(int capacity) { _capacity = capacity;