]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librados_test_stub: use std::bind 36236/head
authorKefu Chai <kchai@redhat.com>
Wed, 22 Jul 2020 08:15:51 +0000 (16:15 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 22 Jul 2020 08:19:42 +0000 (16:19 +0800)
commit5c1a5bcf18b79e9deb70143f40ae01bbad74444b
tree6a0b7d6240afe5f09d3eeb76e44b2640b01c67e0
parent7a8858de924f34e4163436fd4053fa7bbc4cc221
test/librados_test_stub: use std::bind

replace boost::bind() with std::bind(), the use of the Boost
placeholders in the default namespace is deprecated. let's take
this opportunity to use its counterpart in standard library

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/librados_test_stub/LibradosTestStub.cc
src/test/librados_test_stub/NeoradosTestStub.cc
src/test/librados_test_stub/TestIoCtxImpl.cc
src/test/librados_test_stub/TestMemIoCtxImpl.cc
src/test/librados_test_stub/TestRadosClient.cc