From ceca5e8d0f9e1a1c5297ed79f00ca76c61e2140c Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 6 Jan 2026 11:45:16 +0100 Subject: solver3: Use LiftedBool for Obsolete state Quite a convenient way since we need exactly lifted bool semantics --- apt-pkg/solver3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-pkg/solver3.h') diff --git a/apt-pkg/solver3.h b/apt-pkg/solver3.h index 4a2b4ac8d..ecb6e4160 100644 --- a/apt-pkg/solver3.h +++ b/apt-pkg/solver3.h @@ -442,7 +442,7 @@ class DependencySolver : public Solver bool KeepSuggests{_config->FindB("APT::AutoRemove::SuggestsImportant", true)}; // Helper functions for detecting obsolete packages - mutable FastContiguousCacheMap pkgObsolete; + mutable FastContiguousCacheMap pkgObsolete; bool Obsolete(pkgCache::PkgIterator pkg, bool AllowManual = false) const; bool ObsoletedByNewerSourceVersion(pkgCache::VerIterator cand) const; -- cgit v1.2.3-70-g09d2