]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
neorados: s/ostream_formatter/fmt::ostream_formatter/ 48999/head
authorKefu Chai <tchaikov@gmail.com>
Tue, 22 Nov 2022 03:33:32 +0000 (11:33 +0800)
committerKefu Chai <tchaikov@gmail.com>
Tue, 22 Nov 2022 04:17:03 +0000 (12:17 +0800)
commit8d2277deb562d016acc721166831e68c92de68b0
tree26b72382e8d1bdfaf51101e579c62595cbf59130
parent601de01501943d72fd8cc63c0f46633086acf216
neorados: s/ostream_formatter/fmt::ostream_formatter/

to ensure that the compiler is able to find ostream_formatter, even
without `using namespace fmt` or `using fmt::ostream_formatter` or
`using ostream_formatter = fmt::ostream_formatter` or equivalent
type aliases.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/include/neorados/RADOS_Decodable.hpp
src/tools/neorados.cc