Skip to content

Commit

Permalink
Update to latest libprimesieve
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jan 10, 2024
1 parent 002a738 commit be93e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/primesieve/include/primesieve/Vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit be93e84

Please sign in to comment.