diff options
author | Kefu Chai <tchaikov@gmail.com> | 2018-04-23 16:57:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 16:57:47 +0200 |
commit | f612f0f15110bef3dddf4b9b254ecd20189b4fdb (patch) | |
tree | 26ebc5195ae82ee8805b55f6028640c083658399 /src/librados | |
parent | Merge pull request #19985 from Liuchang0812/osd-pool-stats-in-mgr (diff) | |
parent | cmake,make-dist: bump up boost version to 1.67 (diff) | |
download | ceph-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.h | 2 |
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 |