Skip to content

Commit

Permalink
Follow Laurent's suggestion and remove a =default instead of adding two
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Feb 14, 2024
1 parent d12baf7 commit 871a9bb
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ struct Pixel_2_

Integer sub_x, sub_y; // subpixel coordinates relative to pixel's boundary
// (always 0 for pixels)
Pixel_2_() = default;

Pixel_2_(const Pixel_2_&) = default;

Pixel_2_& operator =(const Pixel_2_&) = default;

bool operator ==(const Pixel_2_& pix) const {
return (
Expand Down

0 comments on commit 871a9bb

Please sign in to comment.