cplusplus / sender-receiver

Issues list for P2300
Apache License 2.0
19 stars 3 forks source link

Unescaped template parameter in [exec.with.awaitable.senders] #272

Closed lewissbaker closed 2 months ago

lewissbaker commented 3 months ago

In P2300R10 [exec.with.awaitable.senders] p2 there is the function signature:

template<class OtherPromise>
  requires (!same_as<OtherPromise, void>)
void set_continuation(coroutine_handle h) noexcept;

I think the parameter type is supposed to be coroutine_handle<OtherPromise> (there is an unescaped less-than character in the markup)

ericniebler commented 2 months ago

fixed in [12fde4a]

lewissbaker commented 2 months ago

This fix will need to be applied to the working draft now. Can we leave this open for now?