Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1716,6 +1716,12 @@
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}.

\begin{codeblock}
namespace std::execution {
template<class Tag>
Expand Down Expand Up @@ -1845,11 +1851,6 @@
}
\end{codeblock}

\pnum
The default template argument for the \tcode{Data} template parameter
denotes an unspecified empty trivially copyable class type
that models \libconcept{semiregular}.

\pnum
It is unspecified whether a specialization of \exposid{basic-sender}
is an aggregate.
Expand Down