diff --git a/include/beast/version.hpp b/include/beast/version.hpp index 5a94e9c5..9f1d6831 100644 --- a/include/beast/version.hpp +++ b/include/beast/version.hpp @@ -18,7 +18,7 @@ This is a simple integer that is incremented by one every time a set of code changes is merged to the master or develop branch. */ -#define BEAST_VERSION 84 +#define BEAST_VERSION 85 #define BEAST_VERSION_STRING "Beast/" BOOST_STRINGIZE(BEAST_VERSION) diff --git a/include/beast/websocket/impl/read.ipp b/include/beast/websocket/impl/read.ipp index 8f1cec9b..d174815b 100644 --- a/include/beast/websocket/impl/read.ipp +++ b/include/beast/websocket/impl/read.ipp @@ -850,7 +850,7 @@ async_read(DynamicBuffer& buffer, ReadHandler&& handler) DynamicBuffer, beast::detail::bound_handler< handler_type, - decltype(std::placeholders::_1) const&> >{ + decltype(std::placeholders::_1) &> >{ beast::bind_handler( init.completion_handler, std::placeholders::_1),