Skip to content

Commit

Permalink
Fix compile error, remove typename ConnectCondition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 27, 2023
1 parent 51b3259 commit ece2436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy/include/proxy/async_connect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ namespace asio_util {
}

template <typename Protocol, typename Executor, typename EndpointSequence,
typename ConnectCondition,
BOOST_ASIO_COMPLETION_TOKEN_FOR(void(boost::system::error_code,
typename Protocol::endpoint))
ConnectHandler = net::default_completion_token_t<Executor>>
Expand Down

0 comments on commit ece2436

Please sign in to comment.