summaryrefslogtreecommitdiffstats
path: root/src/librados
diff options
context:
space:
mode:
authorKefu Chai <tchaikov@gmail.com>2018-04-23 16:57:47 +0200
committerGitHub <noreply@github.com>2018-04-23 16:57:47 +0200
commitf612f0f15110bef3dddf4b9b254ecd20189b4fdb (patch)
tree26ebc5195ae82ee8805b55f6028640c083658399 /src/librados
parentMerge pull request #19985 from Liuchang0812/osd-pool-stats-in-mgr (diff)
parentcmake,make-dist: bump up boost version to 1.67 (diff)
downloadceph-f612f0f15110bef3dddf4b9b254ecd20189b4fdb.tar.xz
ceph-f612f0f15110bef3dddf4b9b254ecd20189b4fdb.zip
Merge pull request #21572 from tchaikov/wip-boost-1.67
cmake,make-dist: bump up boost version to 1.67 Reviewed-by: Casey Bodley <cbodley@redhat.com> Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Diffstat (limited to 'src/librados')
-rw-r--r--src/librados/librados_asio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librados/librados_asio.h b/src/librados/librados_asio.h
index 8aeb096966a..4764791c8a3 100644
--- a/src/librados/librados_asio.h
+++ b/src/librados/librados_asio.h
@@ -78,7 +78,7 @@ struct bound_completion_handler : public invoker<Result> {
// static check for CompletionHandler concept (must be CopyConstructible and
// callable with no arguments)
using namespace boost::asio;
- BOOST_ASIO_COMPLETION_HANDLER_CHECK(bound_completion_handler, *this) type_check;
+ BOOST_ASIO_LEGACY_COMPLETION_HANDLER_CHECK(bound_completion_handler, *this) type_check;
}
/// Invoke the completion handler with our bound arguments