Skip to content

Commit

Permalink
Remove operator<<(const Rectangle&) declaration and fix compilation w…
Browse files Browse the repository at this point in the history
…arnings
  • Loading branch information
bhennion committed Apr 11, 2024
1 parent 4e3337c commit 886e0b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/include/util/Rectangle.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ class Rectangle final {
*/
constexpr auto area() const -> T { return width * height; }

friend auto operator<<(std::ostream& os, Rectangle const& r) -> std::ostream&;

T x{};
T y{};
T width{};
Expand Down

0 comments on commit 886e0b5

Please sign in to comment.