]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: Fix missing utility include 44375/head
authorWillem Jan Withagen <wjw@digiware.nl>
Tue, 21 Dec 2021 09:10:17 +0000 (10:10 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Tue, 21 Dec 2021 10:38:54 +0000 (11:38 +0100)
commit174055edfb18ce55c3622a52e08c563ca639004f
treeebb236d004620a62dcbf8652d062c15aba6af514
parent1f28c06f2afbd885a3e0ce527408d4ba5ea7a6c3
common: Fix missing utility include

See:
    https://en.cppreference.com/w/cpp/utility/move

Detected on FreeBSD/Clang/libc++:
/home/jenkins/workspace/ceph-master-compile/src/common/deleter.h:111:43: error: no member named 'move' in namespace 'std'
  impl(deleter next) : refs(1), next(std::move(next)) {}

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/common/deleter.h