mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
🚧 gucc: add impl of operator== for fs::Partition
This commit is contained in:
parent
06325bbcd9
commit
7caecbfc32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user