moveit / geometric_shapes

Representation of geometric shapes
57 stars 92 forks source link

[ROS-O] drop c++11 requirement #235

Closed v4hn closed 1 year ago

v4hn commented 1 year ago

modern gtest breaks without c++14.

Looks like we missed one until now. :)

simonschmeisser commented 1 year ago

To resolve my confusion: this package does not use ros logging and therefore did not have the "default" c++17 vs 11 or 14 issue