forked from lix-project/lix
jade
dde51af97d
The actual motive here is the avoidance of integer overflow if we were
to make these use checked NixInts and retain the subtraction.
However, the actual *intent* of this code is a three-way comparison,
which can be done with operator<=>, so we should just do *that* instead.
Change-Id:
|
||
---|---|---|
.. | ||
buildenv.nix | ||
nix-env.cc | ||
user-env.cc | ||
user-env.hh |