-
Notifications
You must be signed in to change notification settings - Fork 914
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
Take XmlRpcValue by *const* ref. in operator<< #1350
Conversation
Sorry I can't add you directly as reviewers. |
Would have to update here too, right? |
This allows to use the operator<< also with const references to XmlRpcValue objects, not only non-const ones.
506d7a5
to
8a14ab8
Compare
Yes, I forgot that. It's fixed in both places now. Thanks. |
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. 👍 |
It looks like the Ubuntu package |
@ros-pull-request-builder retest this please |
Thanks for the patch. |
This allows to use the operator<< also with const references to XmlRpcValue objects, not only non-const ones.
This reverts commit 1fa062c.
This allows to use the operator<< also with const references to XmlRpcValue objects, not only non-const ones.
This allows to use the
operator<<
also with const references toXmlRpcValue
objects, not only non-const ones.