diff --git a/include/asio/detail/work_dispatcher.hpp b/include/asio/detail/work_dispatcher.hpp index 4e1baa068d..9e7a33e0a1 100644 --- a/include/asio/detail/work_dispatcher.hpp +++ b/include/asio/detail/work_dispatcher.hpp @@ -40,8 +40,13 @@ struct empty_work_function } }; -template +template struct work_result +{ +}; + +template +struct work_result()>>> { typedef decay_t()>> type; };