diff --git a/rclcpp/include/rclcpp/function_traits.hpp b/rclcpp/include/rclcpp/function_traits.hpp index 3599df5001..f5c56b04e9 100644 --- a/rclcpp/include/rclcpp/function_traits.hpp +++ b/rclcpp/include/rclcpp/function_traits.hpp @@ -88,8 +88,7 @@ struct function_traits> struct function_traits(FArgs ...)>> #elif defined _MSC_VER // MS Visual Studio struct function_traits< - std::_Binder -> + std::_Binder> #else #error "Unsupported C++ compiler / standard library" #endif @@ -106,8 +105,7 @@ struct function_traits(FArgs ...)>> #elif defined _MSC_VER // MS Visual Studio struct function_traits< - std::_Binder -> + std::_Binder> #else #error "Unsupported C++ compiler / standard library" #endif @@ -121,7 +119,7 @@ struct function_traits> #elif defined __GLIBCXX__ // glibc++ (GNU C++) struct function_traits> #elif defined _MSC_VER // MS Visual Studio -struct function_traits> +struct function_traits> #else #error "Unsupported C++ compiler / standard library" #endif