ros / class_loader

ROS-independent library for dynamic class (i.e. plugin) introspection and loading from runtime libraries
http://www.ros.org/wiki/class_loader
35 stars 95 forks source link

Stop checking for c++11 support #87

Closed mikaelarguedas closed 6 years ago

mikaelarguedas commented 6 years ago

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