summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2026-02-09 11:40:49 +0100
committerJulian Andres Klode <jak@debian.org>2026-02-10 19:59:03 +0000
commit2e4cc2aebecac327c758965667643d36a02889e5 (patch)
treeb1ff25c399abbb50fcdc726e32d3a0c9b02b44c2 /test
parenta08f18e2a1b7e409d2d20d55749d378d4c21daa6 (diff)
pkgcache: Change inline to constexpr noexcept
In particular, map_pointer and iterators are now all literal types, with most functions translated to constexpr noexcept. This allows them to be used in constexpr contexts in C++17; and the compiler to generate better code knowing they cannot throw exceptions. This transformation is safe, because the functions are inline. more constexpr
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions