mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
Set version to 85
This commit is contained in:
@ -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)
|
||||
|
||||
|
@ -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),
|
||||
|
Reference in New Issue
Block a user