Skip to content

Commit 6742202

Browse files
committed
[exec.associate] Fix missing template argument
1 parent 49f0797 commit 6742202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5114,7 +5114,7 @@
51145114
The expression in the \tcode{noexcept} clause of
51155115
\tcode{\exposid{impls-for}<associate_t>::\exposid{get-state}} is
51165116
\begin{codeblock}
5117-
(is_same_v<Sndr, remove_cvref_t> ||
5117+
(is_same_v<Sndr, remove_cvref_t<Sndr>> ||
51185118
is_nothrow_constructible_v<remove_cvref_t<Sndr>, Sndr>) &&
51195119
@\exposconcept{nothrow-callable}@<connect_t, @\exposid{wrap-sender}@, Rcvr>
51205120
\end{codeblock}

0 commit comments

Comments
 (0)