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

Update CMakeLists.txt to force c++14 on Win32 #860

Open
wants to merge 2 commits into
base: rolling
Choose a base branch
from

Conversation

mce16
Copy link

@mce16 mce16 commented May 9, 2022

Force to use c++14 for Win32 as the use of std::binary_function in this package is deprecated and has been deleted in later version of c++.

Force to use c++14 for Win32 as the use of std::binary_function in this package is deprecated and has been deleted in later version of c++.
@mce16 mce16 changed the title Update CMakeLists.txt Update CMakeLists.txt to force c++14 on Win32 May 9, 2022
Co-authored-by: Abrar Rahman Protyasha <aprotyas@u.rochester.edu>
@audrow audrow changed the base branch from ros2 to rolling June 28, 2022 14:24
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

4 participants