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

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented Sep 4, 2015

cmd_vartype is a
boost::variant<std::string, bool, int64_t, double,
std::vectorstd::string>, so we can not get a
int8_t from it.

Fixes: #12922
Signed-off-by: Kefu Chai kchai@redhat.com

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>
@ghost ghost self-assigned this Sep 4, 2015
ghost pushed a commit that referenced this pull request Sep 4, 2015
mon: fix the build with boost 1.59

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost ghost merged commit 1369fc3 into ceph:master Sep 4, 2015
@ghost ghost added this to the infernalis milestone Sep 4, 2015
@tchaikov tchaikov deleted the wip-fix-build-boost-1.59 branch September 4, 2015 11:32
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants