]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/os: specialize fmt::formater<> for lba_pin_list_t
authorKefu Chai <tchaikov@gmail.com>
Wed, 14 Dec 2022 11:09:49 +0000 (19:09 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 14 Dec 2022 11:14:16 +0000 (19:14 +0800)
commitcd553f625f2e30a157b57376d4f4b0c514348bd2
tree3cd62e94d0bb23392a48f00a3f3588c0d7423d18
parentcb78116a0bf330795ffb2d9cb8adcdf91f5c2de1
crimson/os: specialize fmt::formater<> for lba_pin_list_t

since fmt v9, fmt::formatter<> is not specialized for the types with
operator<<(ostream&, ...) anymore. so we need to specialize it manually.
in this change, fmt::formatter<lba_pin_list_t> is defined so
the tree can compile with fmt v9.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/crimson/os/seastore/cached_extent.h