From 3777cb8b9c78748d0e64401316f00382d37b83be Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sat, 22 Jul 2017 05:32:15 -0700 Subject: [PATCH] Set version to 85 --- include/beast/version.hpp | 2 +- include/beast/websocket/impl/read.ipp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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),