Skip to content

Commit 47d4660

Browse files
committed
Tweak 4465 P/R following initial LWG review
1 parent c0e5e14 commit 47d4660

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

xml/issue4465.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<discussion>
1212
<b>Addresses <a href="https://github.com/cplusplus/nbballot/issues/836">US 162-261</a></b>
1313
<p>
14-
In <sref ref="[alg.partitions]"/> p21 the wording is unclear what happens if there is not such element.
14+
In <sref ref="[alg.partitions]"/> p21 the wording is unclear what happens if there is no such element.
1515
The proposed resolution tries to clarify that without complicating the wording. If the proposed resolution
1616
(or something along those lines) fails, the recommendation is to reject US 162-261.
1717
</p>
@@ -56,10 +56,10 @@ template&lt;<i>execution-policy</i> Ep, <i>sized-random-access-range</i> R,
5656
to the output range `[out_true, last_true)` if <tt><i>E</i>(*i)</tt> is `true`, or to the
5757
output range `[out_false, last_false)` otherwise.
5858
<p/>
59-
-21- <i>Returns</i>: Let <del>`o1`</del><ins><tt><i>Q</i></tt></ins> be the <del>iterator past the
60-
last</del><ins>number of</ins> copied element<ins>s</ins> in<ins>to</ins> the output range
61-
`[out_true, last_true)`, and <del>`o2`</del><ins><tt><i>V</i></tt></ins> be the <del>iterator past the
62-
last</del><ins> number of</ins> copied element<ins>s</ins> in<ins>to</ins> the output range
59+
-21- <i>Returns</i>: Let <del>`o1`</del> <ins><tt><i>Q</i></tt></ins> be the <del>iterator past the
60+
last</del> <ins>number of elements</ins> copied <del>element</del> in<ins>to</ins> the output range
61+
`[out_true, last_true)`, and <del>`o2`</del> <ins><tt><i>V</i></tt></ins> be the <del>iterator past the
62+
last</del> <ins> number of elements</ins> copied <del>element</del> in<ins>to</ins> the output range
6363
`[out_false, last_false)`. Returns:
6464
</p>
6565
<ul style="list-style-type: none">

0 commit comments

Comments
 (0)