Skip to content

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

@lewissbaker

Description

@lewissbaker

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions