summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-12-22 22:12:33 +0100
committerJulian Andres Klode <jak@debian.org>2026-01-05 21:20:24 +0000
commit59b8099d79b5e103585b66279f191f4cb421a770 (patch)
tree42dde585e125f0f5626af50fe1b9c25f4724fc7e /debian
parent93675680fca31004d5ea9e011d025c0ff189fc81 (diff)
solver3: Refactor to use a namespace
This removes the need for the forward references, thus fixing part of the libc++ issues pointed out in [merge-511]. [merge-511] https://salsa.debian.org/apt-team/apt/-/merge_requests/511/diffs
Diffstat (limited to 'debian')
-rw-r--r--debian/libapt-pkg7.0.symbols2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libapt-pkg7.0.symbols b/debian/libapt-pkg7.0.symbols
index cb857b159..d29826e5a 100644
--- a/debian/libapt-pkg7.0.symbols
+++ b/debian/libapt-pkg7.0.symbols
@@ -1320,7 +1320,7 @@ libapt-pkg.so.7.0 libapt-pkg7.0 #MINVER#
(arch=ppc64el|c++)"GlobalError::InsertErrno(GlobalError::MsgType, char const*, char const*, char*&, int, unsigned long&)@APTPKG_7.0" 0.8.11.4
(arch=armel armhf|c++)"RFC1123StrToTime(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long long&)@APTPKG_7.0" 1.9.0
(arch=armel armhf|c++)"TimeRFC1123[abi:cxx11](long long, bool)@APTPKG_7.0" 2.7.14
- (c++)"APT::Solver::InternalCliWhy[abi:cxx11](pkgDepCache&, pkgCache::PkgIterator, bool)@APTPKG_7.0" 3.1.0~
+ (c++)"APT::Solver::Solver::InternalCliWhy[abi:cxx11](pkgDepCache&, pkgCache::PkgIterator, bool)@APTPKG_7.0" 3.1.0~
# Optional C++ standard library symbols
# These are inlined libstdc++ symbols and not supposed to be part of our ABI
# but we cannot stop stuff from linking against it, sigh.