Open
Description
https://eel.is/c++draft/exec.awaitable#5
The use of the deduced return type causes the definition of the sender's as_awaitable
method to be instantiated too early, e.g., when the sender is passed to get_completion_signatures
.
https://eel.is/c++draft/exec.awaitable#5
The use of the deduced return type causes the definition of the sender's as_awaitable
method to be instantiated too early, e.g., when the sender is passed to get_completion_signatures
.