summarylogtreecommitdiffstats
path: root/ceph-18.2.4-fmt-formatter-const.patch
AgeCommit message (Collapse)Author
2 daysrepo: add fmt-formatter-const.patchBazaah
This patch ensures that _all_ fmt::formatter::format type functions within the code base are const, as the fmt maintainers expressly mention they should be. Hopefully this fixes some of the random FTBS' we get when upgrading boost/gcc/fmt References: https://github.com/fmtlib/fmt/issues/2747