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

mon: fix the build with boost 1.59 #5804

Merged
1 commit merged into from
Sep 4, 2015

Commits on Sep 4, 2015

  1. mon: fix the build with boost 1.59

    cmd_vartype is a
    boost::variant<std::string, bool, int64_t, double,
                   std::vector<std::string>>, so we can not get a
    int8_t from it.
    
    Fixes: ceph#12922
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    3dc29de View commit details
    Browse the repository at this point in the history