moveit / moveit_ros

THIS REPO HAS MOVED TO https://github.com/ros-planning/moveit
70 stars 118 forks source link

benchmark_gui: Fix conversion of shared_ptr to bool for C++11 #674

Closed de-vri-es closed 8 years ago

de-vri-es commented 8 years ago

Found another implicit shared_ptr to bool conversion.

This is the last one I found for now. I'm not compiling all move-it packages though, so there could be more out there.