Set version to 85

This commit is contained in:
Vinnie Falco
2017-07-22 05:32:15 -07:00
parent e5a4dc6a96
commit 3777cb8b9c
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -850,7 +850,7 @@ async_read(DynamicBuffer& buffer, ReadHandler&& handler)
DynamicBuffer,
beast::detail::bound_handler<
handler_type<ReadHandler, void(error_code)>,
decltype(std::placeholders::_1) const&> >{
decltype(std::placeholders::_1) &> >{
beast::bind_handler(
init.completion_handler,
std::placeholders::_1),