From b644e07931c14bf96db1cee5a1c5bed08b94abbe Mon Sep 17 00:00:00 2001 From: timsong-cpp Date: Tue, 4 Nov 2025 15:47:21 -1000 Subject: [PATCH] [exec.snd.expos] Move Remarks into itemdescr --- source/exec.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exec.tex b/source/exec.tex index 853ce659aa..63b21e71b8 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -1713,13 +1713,13 @@ type \tcode{\exposid{basic-sender}, decay_t...>} that has been direct-list-initialized with the forwarded arguments, where \exposid{basic-sender} is the following exposition-only class template except as noted below. -\end{itemdescr} \pnum \remarks The default template argument for the \tcode{Data} template parameter denotes an unspecified empty trivially copyable class type that models \libconcept{semiregular}. +\end{itemdescr} \begin{codeblock} namespace std::execution {