Fix stable_async_op_base javadoc

This commit is contained in:
Vinnie Falco
2019-02-03 16:53:22 -08:00
parent e082caae76
commit b70966ad47
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
Version 210:
* Tidy up read implementation
* Fix stable_async_op_base javadoc
--------------------------------------------------------------------------------

View File

@@ -586,8 +586,8 @@ public:
#if BOOST_BEAST_DOXYGEN
template<class Handler>
stable_async_op_base(
Executor1 const& ex1,
Handler&& handler,
Executor1 const& ex1,
Allocator const& alloc = Allocator());
#else
template<