diff --git a/CHANGELOG.md b/CHANGELOG.md index f39060c0..a630283d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Version 155: * Fix memory leak in advanced server examples * Fix soft-mutex assert in websocket stream * Fix fallthrough warnings +* Tidy up bind_handler doc -------------------------------------------------------------------------------- diff --git a/include/boost/beast/core/bind_handler.hpp b/include/boost/beast/core/bind_handler.hpp index bfb96c1b..a9eb328a 100644 --- a/include/boost/beast/core/bind_handler.hpp +++ b/include/boost/beast/core/bind_handler.hpp @@ -28,8 +28,8 @@ namespace beast { which are not matched to placeholders are silently discarded. The passed handler and arguments are forwarded into the returned - handler, which inherits the associated allocator and associated - executor of the original handler. + handler, whose associated allocator and associated executor will + will be the same as those of the original handler. Unlike `boost::asio::io_context::wrap`, the returned handler can be used in a subsequent call to `boost::asio::post` instead of