Skip to content

Commit

Permalink
🚧 gucc: add impl of operator== for fs::Partition
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jul 26, 2024
1 parent 06325bb commit 7caecbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gucc/include/gucc/partition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ struct Partition final {
std::optional<std::string> luks_mapper_name{};
std::optional<std::string> luks_uuid{};
std::optional<std::string> luks_passphrase{};

constexpr bool operator==(const Partition&) const = default;
};

} // namespace gucc::fs
Expand Down

0 comments on commit 7caecbf

Please sign in to comment.