$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Asio][ssl] develop broken
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-02-18 23:20:17
On Mon, Feb 18, 2019 at 3:10 PM Damian Jarek via Boost
<boost_at_[hidden]> wrote:
> After the changes today (introduced in
> https://github.com/boostorg/asio/commit/0568d3bf0b492887c6c48d05f5492a782dafa746
> )
>
> an overload of async_handshake(
> https://github.com/boostorg/asio/blob/develop/include/boost/asio/ssl/stream.hpp#L441)
> fails to compile because of the signature mismatch in async_result.
Confirmed. Removing the extraneous `std::size_t` from the completion
handler signatures of async_handshake and async_shutdown resolves the
issue.