diff --git a/CHANGELOG.md b/CHANGELOG.md index 49de3ab6..12cb71b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ Version 210: * Tidy up read implementation +* Fix stable_async_op_base javadoc -------------------------------------------------------------------------------- diff --git a/include/boost/beast/core/async_op_base.hpp b/include/boost/beast/core/async_op_base.hpp index d916608c..f44e51c7 100644 --- a/include/boost/beast/core/async_op_base.hpp +++ b/include/boost/beast/core/async_op_base.hpp @@ -586,8 +586,8 @@ public: #if BOOST_BEAST_DOXYGEN template stable_async_op_base( - Executor1 const& ex1, Handler&& handler, + Executor1 const& ex1, Allocator const& alloc = Allocator()); #else template<