|
11 | 11 | <discussion> |
12 | 12 | <b>Addresses <a href="https://github.com/cplusplus/nbballot/issues/836">US 162-261</a></b> |
13 | 13 | <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. |
15 | 15 | The proposed resolution tries to clarify that without complicating the wording. If the proposed resolution |
16 | 16 | (or something along those lines) fails, the recommendation is to reject US 162-261. |
17 | 17 | </p> |
@@ -56,10 +56,10 @@ template<<i>execution-policy</i> Ep, <i>sized-random-access-range</i> R, |
56 | 56 | to the output range `[out_true, last_true)` if <tt><i>E</i>(*i)</tt> is `true`, or to the |
57 | 57 | output range `[out_false, last_false)` otherwise. |
58 | 58 | <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 |
63 | 63 | `[out_false, last_false)`. Returns: |
64 | 64 | </p> |
65 | 65 | <ul style="list-style-type: none"> |
|
0 commit comments