mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
committed by
Vinnie Falco
parent
eb1e6d4f2c
commit
35eaa441b9
@ -1,6 +1,7 @@
|
||||
Version 281:
|
||||
|
||||
* Travis builds docs
|
||||
* Fix echo-op test
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -332,6 +332,7 @@ async_echo(
|
||||
|
||||
struct move_only_handler
|
||||
{
|
||||
move_only_handler() = default;
|
||||
move_only_handler(move_only_handler&&) = default;
|
||||
move_only_handler(move_only_handler const&) = delete;
|
||||
|
||||
|
Reference in New Issue
Block a user