We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a55162 commit 8f739d9Copy full SHA for 8f739d9
include/beman/execution/detail/sender_awaitable.hpp
@@ -82,7 +82,7 @@ class sender_awaitable {
82
if constexpr (::std::is_void_v<value_type>) {
83
return;
84
} else {
85
- return ::std::get<value_type>(result);
+ return ::std::get<value_type>(std::move(result));
86
}
87
88
};
0 commit comments