Skip to content

Commit b536020

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[coroutine.handle.general,coroutine.handle.noop.general] Place left curly bracket at end
1 parent 4f9d952 commit b536020

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

source/support.tex

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5794,8 +5794,7 @@
57945794
\begin{codeblock}
57955795
namespace 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;
@@ -5819,8 +5818,7 @@
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;
@@ -6132,8 +6130,7 @@
61326130
\begin{codeblock}
61336131
namespace 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

0 commit comments

Comments
 (0)