Skip to content

Commit 6f496bf

Browse files
committed
[alg.partition] Fix "true" that should be "false".
A misapplication of P3179R9.
1 parent d2654b6 commit 6f496bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9917,7 +9917,7 @@
99179917
\tcode{i2} be the iterator in \range{first}{last}
99189918
for which $E(\tcode{*i2})$ is \tcode{false}
99199919
and there are exactly $K$ iterators \tcode{j} in \range{first}{\tcode{i2}}
9920-
for which $E(\tcode{*j})$ is \tcode{true},
9920+
for which $E(\tcode{*j})$ is \tcode{false},
99219921
or \tcode{last} if no such iterator exists;
99229922
\item
99239923
$N$ be $\min(\tcode{i1 - first}, \ \tcode{i2 - first})$.

0 commit comments

Comments
 (0)