Skip to content

Commit 0ae7e4e

Browse files
committed
LWG4447 Remove unnecessary sizeof…(Env) > 1 condition
Fixes US 206-325 (C++26 CD).
1 parent f85cf3e commit 0ae7e4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/exec.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,8 +791,7 @@
791791
For type \tcode{Sndr} and pack of types \tcode{Env},
792792
let \tcode{CS} be \tcode{completion_signatures_of_t<Sndr, Env...>}.
793793
Then \tcode{\exposid{single-sender-value-type}<Sndr, Env...>} is ill-formed
794-
if \tcode{CS} is ill-formed or
795-
if \tcode{sizeof...(Env) > 1} is \tcode{true};
794+
if \tcode{CS} is ill-formed;
796795
otherwise, it is an alias for:
797796
\begin{itemize}
798797
\item

0 commit comments

Comments
 (0)