diff --git a/data_structures/restriction_map.hpp b/data_structures/restriction_map.hpp index e2a89a008..98b360c25 100644 --- a/data_structures/restriction_map.hpp +++ b/data_structures/restriction_map.hpp @@ -91,7 +91,7 @@ template <> struct hash class RestrictionMap { public: - RestrictionMap() = default; + RestrictionMap() : m_count(0) {}; RestrictionMap(const std::vector &restriction_list); // Replace end v with w in each turn restriction containing u as via node