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

msg/simple: remove unneeded friend declarations #6924

Merged
merged 1 commit into from Dec 17, 2015

Conversation

stiopaa1
Copy link
Contributor

Removed unneeded friend declarations. Nested class already has access
to all the names(private, protected) to which enclosing class has
access(as of C++11).

Signed-off-by: Michal Jarzabek stiopa@gmail.com

Removed unneeded friend declarations. Nested class already has access
to all the names(private, protected) to which enclosing class has
access(as of C++11).

Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
liewegas added a commit that referenced this pull request Dec 17, 2015
msg/simple: remove unneeded friend declarations

Reviewed-by: Sage Weil <sage@redhat.com>
@liewegas liewegas merged commit 8a3e55f into ceph:master Dec 17, 2015
@ghost ghost changed the title msg/simple/Pipe.h:remove unneeded friend decl msg/simple: remove unneeded friend declarations Feb 10, 2016
@ghost ghost added the common label Feb 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants