Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

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

Merged
dirk-thomas merged 1 commit intoros:lunar-develfrom
efernandez:xmlrpcvalue_insertion_operator_const
Mar 16, 2018
Merged

Take XmlRpcValue by *const* ref. in operator<<#1350
dirk-thomas merged 1 commit intoros:lunar-develfrom
efernandez:xmlrpcvalue_insertion_operator_const

Conversation

@efernandez
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

@dirk-thomas @tfoote

Sorry I can't add you directly as reviewers.

@mikepurvis
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

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

@mikepurvis
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

@ros-pull-request-builder retest this please

@dirk-thomas
Copy link
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants