Fix echo-op test

close #1789
This commit is contained in:
Richard Hodges
2019-12-23 17:42:00 +01:00
committed by Vinnie Falco
parent eb1e6d4f2c
commit 35eaa441b9
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Version 281:
* Travis builds docs
* Fix echo-op test
--------------------------------------------------------------------------------

View File

@ -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;