Hi Vinnie,
-----Original Message----- From: Boost [mailto:boost-bounces@lists.boost.org] On Behalf Of Vinnie Falco via Boost Sent: Donnerstag, 16. November 2017 23:04 To: boost@lists.boost.org Cc: Vinnie Falco
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
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