diff --git a/asio/include/asio/bind_executor.hpp b/asio/include/asio/bind_executor.hpp index 356b6931..bbab8fab 100644 --- a/asio/include/asio/bind_executor.hpp +++ b/asio/include/asio/bind_executor.hpp @@ -154,16 +154,14 @@ struct executor_binder_argument_type typedef A2 second_argument_type; }; -// Helper to: -// - Apply the empty base optimisation to the executor. -// - Perform uses_executor construction of the target type, if required. +// Helper to perform uses_executor construction of the target type, if +// required. template class executor_binder_base; template class executor_binder_base - : protected Executor { protected: template