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

add test to compile on 22.04, see #1770 #1773

Merged
merged 11 commits into from Dec 15, 2022
Merged

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Dec 8, 2022

backcompaible version of [ROS-O] do not specify c++ standard (#1770)

Closes #1770

@k-okada k-okada force-pushed the ros_o branch 19 times, most recently from 9c741c7 to 4e8008c Compare December 10, 2022 02:13
k-okada and others added 6 commits December 12, 2022 13:33
it break with current log4cxx which requires c++17.
No, going forward it's no option to specify the standard anymore.
And it's not necessary either.
the non-hpp headers are deprecated since kinetic
it's deprecated to use global _1 from boost for a while now
and the Debian ROS packages do not provide it anymore.
this confused me when I looked through the code.
setup from distutils is deprecated and will be removed eventually.
it break with current log4cxx which requires c++17.
No, going forward it's no option to specify the standard anymore.
And it's not necessary either.

same fix as jsk-ros-pkg@18e200c
it's deprecated to use global _1 from boost for a while now
and the Debian ROS packages do not provide it anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants