]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/scrubber: mark fmt::formatter<..>::format() as const
authorKefu Chai <tchaikov@gmail.com>
Fri, 16 Dec 2022 12:05:43 +0000 (20:05 +0800)
committerKefu Chai <tchaikov@gmail.com>
Fri, 16 Dec 2022 12:06:47 +0000 (20:06 +0800)
commit97839b342882d92a53a7b698663ccd54296c848c
treeb4ff3ee9feb3e78b137265dadb77222fd7d74966
parentd9075c5fcfdfd36859bfd1a1a9deaf5ef20d36c6
osd/scrubber: mark fmt::formatter<..>::format() as const

as it should be const, and more importantly, it'd fail the build with
fmtlib v9, as its caller(s) is marked as `const`.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/osd/scrubber/scrub_backend.h