We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889daaf commit 256efe2Copy full SHA for 256efe2
1 file changed
src/libstore/include/nix/store/derived-path.hh
@@ -234,10 +234,6 @@ struct DerivedPath : _DerivedPathRaw
234
return static_cast<const Raw &>(*this);
235
}
236
237
- bool operator==(const DerivedPath &) const = default;
238
- // TODO libc++ 16 (used by darwin) missing `std::set::operator <=>`, can't do yet.
239
- // auto operator <=> (const DerivedPath &) const = default;
240
-
241
/**
242
* Get the store path this is ultimately derived from (by realising
243
* and projecting outputs).
0 commit comments