]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: fix missing include boost/noncopyable.hpp 26277/head
authorWillem Jan Withagen <wjw@digiware.nl>
Tue, 25 Sep 2018 21:36:30 +0000 (23:36 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Tue, 5 Feb 2019 12:41:45 +0000 (13:41 +0100)
commite4a27d0813126b9b5ba9a24466efb7b816dc33cb
tree533979c85faa8885a51575bcf0fe99b434334643
parent1a857126bd6ff2fadcadd77a600febf531180863
common: fix missing include boost/noncopyable.hpp

Clang complains:
```
In file included from /home/jenkins/workspace/ceph-master/src/osd/ReplicatedBackend.cc:15:
In file included from /home/jenkins/workspace/ceph-master/src/osd/ReplicatedBackend.h:18:
In file included from /home/jenkins/workspace/ceph-master/src/osd/PGBackend.h:27:
In file included from /home/jenkins/workspace/ceph-master/src/osd/PGTransaction.h:25:
/home/jenkins/workspace/ceph-master/src/common/inline_variant.h:88:64: error: expected class name
struct generic_visitor : boost::static_visitor<Result>, boost::noncopyable
                                                               ^
1 error generated.
gmake[2]: *** [src/osd/CMakeFiles/osd.dir/build.make:141: src/osd/CMakeFiles/osd.dir/ReplicatedBackend.cc.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
```

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
(cherry picked from commit 0654099d4b2f9f9423d7e8cf00e9e3351a24ec67)
src/common/inline_variant.h