diff --git a/rclcpp/include/rclcpp/intra_process_manager_impl.hpp b/rclcpp/include/rclcpp/intra_process_manager_impl.hpp index beeaf4c..48d96ae 100644 --- a/rclcpp/include/rclcpp/intra_process_manager_impl.hpp +++ b/rclcpp/include/rclcpp/intra_process_manager_impl.hpp @@ -262,7 +262,7 @@ private: std::hash, std::equal_to, RebindAlloc>>; - struct strcmp_wrapper : public std::binary_function + struct strcmp_wrapper { bool operator()(const char * lhs, const char * rhs) const