$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [release] Boost 1.66.0 Beta 1 Release Candidate 1
From: Marcel Raad (Marcel.Raad_at_[hidden])
Date: 2017-11-17 09:06:54
Hi Vinnie,
> -----Original Message-----
> From: Boost [mailto:boost-bounces_at_[hidden]] On Behalf Of Vinnie
> Falco via Boost
> Sent: Donnerstag, 16. November 2017 23:04
> To: boost_at_[hidden]
> Cc: Vinnie Falco <vinnie.falco_at_[hidden]>
> Subject: Re: [boost] [release] Boost 1.66.0 Beta 1 Release Candidate 1
>
> On Thu, Nov 16, 2017 at 1:42 PM, Marcel Raad via Boost
> <boost_at_[hidden]> wrote:
> > There are breaking changes in the "Initial merge of Networking TS
> compatibility." commit
>
> I updated Beast to use the "Net.TS-flavored Boost.Asio" (my name for
> the new Boost.Asio implementation) do you have any specific questions
> about the changes that I might be able to answer?
thanks for the offer! All issues are sorted out now:
- we were still using the deprecated asio::strand typedef as there were no warnings
- we were reyling on implicit io_service.hpp includes
- strand::wrap lost support for more than two function arguments as detail::binder[3..5] were removed. Chris Kohlhoff just responded to me privately that he'll add them back.
Thanks,
Marcel