forked from boostorg/beast
Fix stable_async_op_base javadoc
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
Version 210:
|
Version 210:
|
||||||
|
|
||||||
* Tidy up read implementation
|
* Tidy up read implementation
|
||||||
|
* Fix stable_async_op_base javadoc
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -586,8 +586,8 @@ public:
|
|||||||
#if BOOST_BEAST_DOXYGEN
|
#if BOOST_BEAST_DOXYGEN
|
||||||
template<class Handler>
|
template<class Handler>
|
||||||
stable_async_op_base(
|
stable_async_op_base(
|
||||||
Executor1 const& ex1,
|
|
||||||
Handler&& handler,
|
Handler&& handler,
|
||||||
|
Executor1 const& ex1,
|
||||||
Allocator const& alloc = Allocator());
|
Allocator const& alloc = Allocator());
|
||||||
#else
|
#else
|
||||||
template<
|
template<
|
||||||
|
Reference in New Issue
Block a user