From 66795d2ea6aae247bd2f38819310db255d2cc40b Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 29 Mar 2026 08:49:30 +0200 Subject: [PATCH] [coroutine.handle.general,coroutine.handle.noop.general] Place left curly bracket at end --- source/support.tex | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/source/support.tex b/source/support.tex index 6d83f3e90c..203a1bf45f 100644 --- a/source/support.tex +++ b/source/support.tex @@ -5794,8 +5794,7 @@ \begin{codeblock} namespace std { template<> - struct coroutine_handle - { + struct coroutine_handle { // \ref{coroutine.handle.con}, construct/reset constexpr coroutine_handle() noexcept; constexpr coroutine_handle(nullptr_t) noexcept; @@ -5819,8 +5818,7 @@ }; template - struct coroutine_handle - { + struct coroutine_handle { // \ref{coroutine.handle.con}, construct/reset constexpr coroutine_handle() noexcept; constexpr coroutine_handle(nullptr_t) noexcept; @@ -6132,8 +6130,7 @@ \begin{codeblock} namespace std { template<> - struct coroutine_handle - { + struct coroutine_handle { // \ref{coroutine.handle.noop.conv}, conversion constexpr operator coroutine_handle<>() const noexcept;