[Rpm-maint] [rpm-software-management/rpm] Bump the codebase to C++20 (PR #3537)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Fri Jan 24 12:47:07 UTC 2025
@Conan-Kudo commented on this pull request.
> @@ -93,7 +93,7 @@ void rpmteCleanDS(rpmte te)
{
te->thisds = rpmdsFree(te->thisds);
te->provides = rpmdsFree(te->provides);
- te->requires = rpmdsFree(te->requires);
+ te->requires_ = rpmdsFree(te->requires_);
This is already merged, but I would have probably gone with changing all of these to `dep_<deptype>` to make it consistent and not look stupid.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3537#pullrequestreview-2572564616
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3537/review/2572564616 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250124/6e62814f/attachment-0001.htm>
More information about the Rpm-maint
mailing list