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

Take XmlRpcValue by *const* ref. in operator<< #1350

Merged

Conversation

efernandez
Copy link
Contributor

@efernandez efernandez commented Mar 15, 2018

This allows to use the operator<< also with const references to XmlRpcValue objects, not only non-const ones.

@efernandez
Copy link
Contributor Author

@dirk-thomas @tfoote

Sorry I can't add you directly as reviewers.

@mikepurvis
Copy link
Member

Would have to update here too, right?

https://github.com/ros/ros_comm/blob/lunar-devel/utilities/xmlrpcpp/src/XmlRpcValue.cpp#L656-L661

This allows to use the operator<< also with const references to
XmlRpcValue objects, not only non-const ones.
@efernandez efernandez force-pushed the xmlrpcvalue_insertion_operator_const branch from 506d7a5 to 8a14ab8 Compare March 16, 2018 13:36
@efernandez
Copy link
Contributor Author

Yes, I forgot that. It's fixed in both places now. Thanks.

@mikepurvis
Copy link
Member

Looks like there's a rosdep problem on Ubuntu causing the CI fail, but two of the jobs are still passing, so this is fine by me to be merged. 👍

@dirk-thomas
Copy link
Member

It looks like the Ubuntu package python-imaging has been removed from `bionic. While the binary builds passed before they fail now.

@dirk-thomas
Copy link
Member

@ros-pull-request-builder retest this please

@dirk-thomas
Copy link
Member

Thanks for the patch.

@dirk-thomas dirk-thomas merged commit 1fa062c into ros:lunar-devel Mar 16, 2018
dirk-thomas pushed a commit that referenced this pull request Apr 3, 2018
This allows to use the operator<< also with const references to
XmlRpcValue objects, not only non-const ones.
dirk-thomas added a commit that referenced this pull request Apr 3, 2018
dirk-thomas pushed a commit that referenced this pull request Aug 20, 2018
This allows to use the operator<< also with const references to
XmlRpcValue objects, not only non-const ones.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants