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

Stop checking for c++11 support #87

Merged
merged 1 commit into from
Feb 15, 2018

Conversation

mikaelarguedas
Copy link
Member

all Melodic targeted platforms use gnu++14 so checking and forcing c++11 doesn't makse sense anymore so we'll just use CMAKE_CXX_STANDARD 14 and remove the extra ifdefs and CMake logic to check c++11 support

@mikaelarguedas mikaelarguedas merged commit a2f4cca into melodic-devel Feb 15, 2018
@mikaelarguedas mikaelarguedas deleted the stop_checking_cpp11_support branch February 15, 2018 23:47
moriarty added a commit to moriarty/pluginlib that referenced this pull request Oct 26, 2018
From REP-0003

> Melodic
> As of ROS Melodic, we are using the C++14 (ISO/IEC 14882:2014) standard.

Related to discussion on: moveit/moveit#1146
Similar to: ros/class_loader#87
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.

1 participant