]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librados: s/invoke_result_t/result_of_t/ 20379/head
authorKefu Chai <kchai@redhat.com>
Fri, 9 Feb 2018 16:06:20 +0000 (00:06 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 9 Feb 2018 16:06:24 +0000 (00:06 +0800)
commitdf8b1c2bc8b516c52b01a32f040a6c6c94dd778e
tree8c21af85e4658c16963c991b0e782e58bdfe0660
parent5757d6f118740686f48d8b38fd383a5f44ed6812
test/librados: s/invoke_result_t/result_of_t/

to workaround buggy libc++ implementation. see
https://cplusplus.github.io/LWG/issue2807 . we should switch to
invoke_result_t once issue2807 is fixed in the latest release of
libc++.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/librados/lock.cc