diff --git a/include/boost/asio/async_result.hpp b/include/boost/asio/async_result.hpp index e4a8d31d..d1a95ab1 100644 --- a/include/boost/asio/async_result.hpp +++ b/include/boost/asio/async_result.hpp @@ -312,6 +312,12 @@ struct are_simple_completion_signatures { }; +template <> +struct simple_completion_signature +{ + typedef void type; +}; + template struct simple_completion_signature {