]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
{tools,rbd,rados,rgw}: Fix Boost.Bind placeholder warning
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 17 Jul 2020 00:31:33 +0000 (20:31 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 17 Jul 2020 18:17:39 +0000 (14:17 -0400)
commit5c95e22109695abec5b481e28428f1b153d932ff
treea21a10cdcbff502a3c90a4b7bb78c84eed8b355b
parent8b3735fe0ddf2407721f2e32ab81b56621cf5461
{tools,rbd,rados,rgw}: Fix Boost.Bind placeholder warning

Use of the Boost placeholders in the default namespace is
deprecated. Switching to <boost/bind/bind.hpp> defines them in
boost::placeholders and silences the warning.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
26 files changed:
src/librbd/ImageCtx.cc
src/librbd/ImageWatcher.cc
src/librbd/Operations.cc
src/librbd/Watcher.cc
src/librbd/io/CopyupRequest.cc
src/librbd/io/ObjectRequest.cc
src/librbd/operation/TrimRequest.cc
src/mgr/PyModule.cc
src/mgr/StandbyPyModules.cc
src/rbd_replay/BoundedBuffer.hpp
src/rgw/rgw_op.cc
src/rgw/rgw_rest_s3.cc
src/test/librados_test_stub/TestWatchNotify.cc
src/test/librbd/test_ImageWatcher.cc
src/tools/immutable_object_cache/CacheClient.cc
src/tools/immutable_object_cache/CacheClient.h
src/tools/immutable_object_cache/CacheServer.cc
src/tools/immutable_object_cache/CacheSession.cc
src/tools/immutable_object_cache/CacheSession.h
src/tools/rbd/action/DiskUsage.cc
src/tools/rbd/action/List.cc
src/tools/rbd/action/Snap.cc
src/tools/rbd/action/Trash.cc
src/tools/rbd_mirror/NamespaceReplayer.cc
src/tools/rbd_mirror/PoolReplayer.cc
src/tools/rbd_mirror/PoolWatcher.cc