[Rpm-maint] [rpm-software-management/rpm] Bump the codebase to C++20 (PR #3537)
Panu Matilainen
notifications at github.com
Fri Jan 24 12:49:18 UTC 2025
@pmatilai 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_);
It's an eyesore alright, but we'll really want to move all these rpmte's to a container of some sort anyhow so that'll go away sooner than later.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3537#discussion_r1928632215
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3537/review/2572568712 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250124/32f8e2e6/attachment.htm>
More information about the Rpm-maint
mailing list