This commit is contained in:
Eelco Dolstra
2023-04-07 13:08:32 +02:00
committed by GitHub
parent faefaac875
commit 6960de73af
+1 -1
View File
@@ -67,7 +67,7 @@ struct LockFile
std::optional<FlakeRef> isUnlocked() const;
bool operator ==(const LockFile & other) const;
// Needed for old gcc versions that don't syntethise it (like gcc 8.2.2
// Needed for old gcc versions that don't synthesize it (like gcc 8.2.2
// that is still the default on aarch64-linux)
bool operator !=(const LockFile & other) const;