]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/cls_fio: specialize fmt::formater<> for bpo::options_description 49418/head
authorKefu Chai <tchaikov@gmail.com>
Wed, 14 Dec 2022 00:27:13 +0000 (08:27 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 14 Dec 2022 03:01:43 +0000 (11:01 +0800)
commit05f5f390d10925348fd0d94246b078f38713a0cb
treeb4421dd5ebff9e72608ed3221c7aabc2404246b9
parent662163163c21ef1b48dc1cf379402fc38ac2f0f7
test/cls_fio: specialize fmt::formater<> for bpo::options_description

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<bpo::options_description> is defined so
the tree can compile with fmt v9.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/test/cls_fifo/bench_cls_fifo.cc