File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 57945794\begin {codeblock }
57955795namespace std {
57965796 template<>
5797- struct coroutine_handle<void>
5798- {
5797+ struct coroutine_handle<void> {
57995798 // \ref {coroutine.handle.con }, construct/reset
58005799 constexpr coroutine_handle() noexcept;
58015800 constexpr coroutine_handle(nullptr_t) noexcept;
58195818 };
58205819
58215820 template<class Promise>
5822- struct coroutine_handle
5823- {
5821+ struct coroutine_handle {
58245822 // \ref {coroutine.handle.con }, construct/reset
58255823 constexpr coroutine_handle() noexcept;
58265824 constexpr coroutine_handle(nullptr_t) noexcept;
61326130\begin {codeblock }
61336131namespace std {
61346132 template<>
6135- struct coroutine_handle<noop_coroutine_promise>
6136- {
6133+ struct coroutine_handle<noop_coroutine_promise> {
61376134 // \ref {coroutine.handle.noop.conv }, conversion
61386135 constexpr operator coroutine_handle<>() const noexcept;
61396136
You can’t perform that action at this time.
0 commit comments