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