Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mimic: common: fix missing include boost/noncopyable.hpp #26277

Merged
merged 1 commit into from
Feb 18, 2019

Commits on Feb 5, 2019

  1. 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 0654099)
    wjwithagen committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    e4a27d0 View commit details
    Browse the repository at this point in the history