Skip to content

Commit

Permalink
试试 review 功能
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Oct 13, 2024
1 parent 0a6da5d commit 7d7d625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ucoro/awaitable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace ucoro

template <typename A>
requires(detail::is_awaiter_v<std::decay_t<A>>)
auto await_transform(A&& awaiter) const
A&& await_transform(A&& awaiter) const
{
static_assert(std::is_rvalue_reference_v<decltype(awaiter)>, "co_await must be used on rvalue");
return std::forward<A>(awaiter);
Expand Down

0 comments on commit 7d7d625

Please sign in to comment.