mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Fix stable_async_op_base javadoc
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Version 210:
|
||||
|
||||
* Tidy up read implementation
|
||||
* Fix stable_async_op_base javadoc
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@@ -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<
|
||||
|
Reference in New Issue
Block a user