diff --git a/include/primesieve/Vector.hpp b/include/primesieve/Vector.hpp index dd0f28446..94d3a8aba 100644 --- a/include/primesieve/Vector.hpp +++ b/include/primesieve/Vector.hpp @@ -113,7 +113,7 @@ class Vector array_ = other.array_; end_ = other.end_; - capacity_ = other.capacity_; + capacity_ = other.capacity_; other.array_ = tmp_array; other.end_ = tmp_end;