]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/Formatter: replace boost::format with fmt::format
authorKefu Chai <kchai@redhat.com>
Fri, 23 Oct 2020 07:59:37 +0000 (15:59 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 23 Oct 2020 08:02:16 +0000 (16:02 +0800)
commit990f742b385e8e0531f868d2399d870ed8c4ed29
tree43256925693f99e9ececd6fcddb1f15059bd2bd8
parentfb725f7cc3d1f3dff81b94c5cf17fcc097cd8b3c
common/Formatter: replace boost::format with fmt::format

the latter is easier to use, and future proof in the sense that {fmt}
was included as a part of C++20 standard

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/Formatter.cc