mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Fix pausation::save
This commit is contained in:
@ -7,6 +7,10 @@ Version 104:
|
||||
* Tidy up some test warnings
|
||||
* tools/ renamed from build/
|
||||
|
||||
WebSocket:
|
||||
|
||||
* Fix pausation::save
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Version 103:
|
||||
|
@ -121,7 +121,7 @@ class pausation
|
||||
saved_op(Op&& op)
|
||||
{
|
||||
using boost::asio::asio_handler_allocate;
|
||||
new(asio_handler_allocate(sizeof(Op),
|
||||
op_ = new(asio_handler_allocate(sizeof(Op),
|
||||
std::addressof(op.handler()))) Op{
|
||||
std::move(op)};
|
||||
}
|
||||
|
Reference in New Issue
Block a user