diff --git a/include/continuable/detail/base.hpp b/include/continuable/detail/base.hpp index 4b7dd27..c26d1cf 100644 --- a/include/continuable/detail/base.hpp +++ b/include/continuable/detail/base.hpp @@ -433,7 +433,7 @@ auto chain_continuation(Continuation&& continuation, Callback&& callback, // Invoke the continuation with a proxy callback. // The proxy callback is responsible for passing // the result to the callback as well as decorating it. - attorney::invoke_continuation(std::forward(continuation), + attorney::invoke_continuation(std::move(continuation), std::move(proxy)); }, next_hint, ownership_);