From bd0738fdd9aff3016230b3b5466e9498c58e4fb8 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 22 Dec 2025 22:40:12 +0100 Subject: solver3: Reorder the source code Move the DependencySolver methods and their helpers to the end of the file. --- apt-pkg/solver3.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apt-pkg/solver3.h') diff --git a/apt-pkg/solver3.h b/apt-pkg/solver3.h index 9faa97079..23ae49297 100644 --- a/apt-pkg/solver3.h +++ b/apt-pkg/solver3.h @@ -277,7 +277,6 @@ inline LiftedBool operator~(LiftedBool decision) class Solver { protected: - struct CompareProviders3; struct State; struct Work; struct Trail; @@ -421,7 +420,7 @@ class Solver */ class DependencySolver : public Solver { - friend class Solver::CompareProviders3; + friend class CompareProviders3; // Policy is needed for determining candidate version. pkgDepCache::Policy &policy; -- cgit v1.2.3-70-g09d2