We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f0797 commit 6742202Copy full SHA for 6742202
source/exec.tex
@@ -5114,7 +5114,7 @@
5114
The expression in the \tcode{noexcept} clause of
5115
\tcode{\exposid{impls-for}<associate_t>::\exposid{get-state}} is
5116
\begin{codeblock}
5117
-(is_same_v<Sndr, remove_cvref_t> ||
+(is_same_v<Sndr, remove_cvref_t<Sndr>> ||
5118
is_nothrow_constructible_v<remove_cvref_t<Sndr>, Sndr>) &&
5119
@\exposconcept{nothrow-callable}@<connect_t, @\exposid{wrap-sender}@, Rcvr>
5120
\end{codeblock}
0 commit comments