Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/libstore/include/nix/store/derived-path.hh
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,6 @@ struct DerivedPath : _DerivedPathRaw
return static_cast<const Raw &>(*this);
}

bool operator==(const DerivedPath &) const = default;
// TODO libc++ 16 (used by darwin) missing `std::set::operator <=>`, can't do yet.
// auto operator <=> (const DerivedPath &) const = default;

/**
* Get the store path this is ultimately derived from (by realising
* and projecting outputs).
Expand Down
Loading