[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:46 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_);
For now, just wanted the absolute bare minimum of a change.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3537#discussion_r1928632712
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3537/review/2572569548 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250124/77d28997/attachment.htm>
More information about the Rpm-maint
mailing list