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

use STL in place of Boost #53

Closed
wants to merge 4 commits into from
Closed

Conversation

kejxu
Copy link

@kejxu kejxu commented Jul 16, 2019

with ROS Melodic pushing C++ support to c++14, a series of STL libraries including std::bind, std::mutex, std::unique_lock can now be used to build a modern C++ code base

this change requires at least c++11; therefore, this repo needs to branch off for a melodic branch

this change likely needs to be updated after #52 gets merged

@clalancette
Copy link
Contributor

this change requires at least c++11; therefore, this repo needs to branch off for a melodic branch

To be clear; because this is changing the public API of bond_core, this is going to need a noetic branch; we generally try not to break API/ABI in already released distros unless it is a critical fix.

@kejxu
Copy link
Author

kejxu commented Jul 16, 2019

To be clear; because this is changing the public API of bond_core, this is going to need a noetic branch; we generally try not to break API/ABI in already released distros unless it is a critical fix.

thanks for pointing it out! that's a good point!

@mjcarroll mjcarroll changed the base branch from kinetic-devel to noetic-devel February 24, 2020 18:02
@mjcarroll mjcarroll closed this Mar 3, 2020
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.

3 participants