[Rpm-maint] [rpm-software-management/rpm] Replace typedef's with using = for new internal C++ constructs (PR #3183)
Panu Matilainen
notifications at github.com
Wed Jun 26 07:30:35 UTC 2024
typedef's prevent const correctness and have various other issues, "using" is the native modern version. When in Rome...
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/3183
-- Commit Summary --
* Replace typedef's with using = for new internal C++ constructs
-- File Changes --
M build/files.c (2)
M build/rpmbuild_internal.h (2)
M build/rpmfc.c (5)
M lib/backend/dbi.h (2)
M lib/depends.c (6)
M lib/rpmal.c (4)
M lib/rpmdb_internal.h (2)
M lib/rpmfi.c (4)
M rpmio/macro.c (2)
M rpmio/rpmhook.c (2)
-- Patch Links --
https://github.com/rpm-software-management/rpm/pull/3183.patch
https://github.com/rpm-software-management/rpm/pull/3183.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3183
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3183 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20240626/05b8abdb/attachment-0001.html>
More information about the Rpm-maint
mailing list