[Rpm-maint] [rpm-software-management/rpm] Switch elfdeps to use fmt for formatting (PR #4075)
Panu Matilainen
notifications at github.com
Fri Dec 19 07:41:11 UTC 2025
pmatilai left a comment (rpm-software-management/rpm#4075)
You're suggesting to a new external dependency for the benefit of ...
```
- auto dep = std::format("{}({}){}", soname, ver, marker);
+ auto dep = fmt::format("{}({}){}", soname, ver, marker);
```
It's not even funny.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4075#issuecomment-3673950933
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4075/c3673950933 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20251218/787913c2/attachment-0001.htm>
More information about the Rpm-maint
mailing list