diff options
| author | 2021-11-15 04:41:40 +1100 | |
|---|---|---|
| committer | 2021-11-15 04:41:40 +1100 | |
| commit | f570febfa15b63933f14d2bc6605338bccd14974 (patch) | |
| tree | 79dbfed52bceb657fc32664c9768e1946f752791 /3rdparty | |
| parent | 44ec6d2e0ee569202b75b73eea40972595866779 (diff) | |
Actually commit the source changes for ASIO 1.20.0 update.
Also changed the fix to ASIO itself to match the upstream change in
commit cd68912b7eb07f24e501e8cbff832b61ec292eea.
Diffstat (limited to '3rdparty')
| -rw-r--r-- | 3rdparty/asio/include/asio/detail/win_iocp_socket_accept_op.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/asio/include/asio/detail/win_iocp_socket_accept_op.hpp b/3rdparty/asio/include/asio/detail/win_iocp_socket_accept_op.hpp index fe54da43840..c25cb172484 100644 --- a/3rdparty/asio/include/asio/detail/win_iocp_socket_accept_op.hpp +++ b/3rdparty/asio/include/asio/detail/win_iocp_socket_accept_op.hpp @@ -53,8 +53,8 @@ public: protocol_(protocol), peer_endpoint_(peer_endpoint), enable_connection_aborted_(enable_connection_aborted), - cancel_requested_(0), proxy_op_(0), + cancel_requested_(0), handler_(ASIO_MOVE_CAST(Handler)(handler)), work_(handler_, io_ex) { |
