diff --git a/gucc/include/gucc/partition.hpp b/gucc/include/gucc/partition.hpp index 494c92d..0519a96 100644 --- a/gucc/include/gucc/partition.hpp +++ b/gucc/include/gucc/partition.hpp @@ -29,6 +29,8 @@ struct Partition final { std::optional luks_mapper_name{}; std::optional luks_uuid{}; std::optional luks_passphrase{}; + + constexpr bool operator==(const Partition&) const = default; }; } // namespace gucc::fs