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

osdc, class_api: kill implicit string conversions #16648

Merged
merged 2 commits into from Aug 10, 2017

Conversation

branch-predictor
Copy link
Contributor

This gets rid of implicit c-string to std::string conversions, as they are expensive and unnecessary anyway.

Signed-off-by: Piotr Dałek piotr.dalek@corp.ovh.com

This gets rid of implicit c-string to std::string conversions, as
they are expensive and unnecessary anyway.

Signed-off-by: Piotr Dałek <piotr.dalek@corp.ovh.com>
This gets rid of implicit c-string to std::string conversions, as
they are expensive and unnecessary anyway.

Signed-off-by: Piotr Dałek <piotr.dalek@corp.ovh.com>
Copy link
Member

@gregsfortytwo gregsfortytwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed-by: Greg Farnum gfarnum@redhat.com

@liewegas liewegas merged commit d5c09a9 into ceph:master Aug 10, 2017
@branch-predictor branch-predictor deleted the bp-kill-str-conv branch August 11, 2017 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants