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 boost::placeholders::_N instead of deprecated _N #128

Open
wants to merge 1 commit into
base: ros1
Choose a base branch
from

Conversation

lucasw
Copy link

@lucasw lucasw commented May 15, 2022

Public API Changes

None

Description

Use boost::placeholders::_N instead of deprecated global namespace _N to avoid deprecation warning.

Copy link
Collaborator

@bjsowa bjsowa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you instead add using namespace boost::placeholders at the top of the file similarly to how it's done in ros2 branch?

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.

2 participants