Skip to content

Commit

Permalink
Drop support for dead compilers (#3325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq authored Apr 10, 2024
2 parents abe9057 + bf13416 commit 474b31f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/server/scene/mediating_display_changer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,14 +400,7 @@ bool configuration_changes_require_recompositing(
{
MirOrientation orientation;
float scale;
#ifdef __cpp_impl_three_way_comparison
bool operator<=>(O_S const&) const = default;
#else
bool operator!=(O_S const& that) const
{
return std::tie(orientation, scale) != std::tie(that.orientation, that.scale);
}
#endif
};

std::unordered_map<mg::DisplayConfigurationOutputId, O_S> configs;
Expand Down

0 comments on commit 474b31f

Please sign in to comment.