Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonwelles authored and jesswong committed Jan 23, 2025
1 parent 03317ad commit 2a17696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/unifex/await_transform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ class _awaitable_wrapper<Awaitable>::type final {
friend auto tag_invoke(CPO cpo, const type& self) noexcept(
std::is_nothrow_invocable_v<CPO, const Awaitable&>)
-> std::invoke_result_t<CPO, const Awaitable&> {
return std::move(cpo)(std::as_const(self.awaitable));
return std::move(cpo)(std::as_const(self.awaitable_));
}
};

Expand Down

0 comments on commit 2a17696

Please sign in to comment.