Skip to content

Commit 5129681

Browse files
committed
Eliminate duplicate "find" from Table 1
1 parent cf064ea commit 5129681

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

algorithms.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,34 +245,34 @@ <h1><code>ExecutionPolicy</code> algorithm overloads</h1>
245245
<td><code>uninitialized_copy_n</code></td>
246246
</tr>
247247
<tr>
248-
<td><code>find</code></td>
248+
<td><code>find_end</code></td>
249249
<td><code>merge</code></td>
250250
<td><code>replace_copy_if</code></td>
251251
<td><code>uninitialized_fill</code></td>
252252
</tr>
253253
<tr>
254-
<td><code>find_end</code></td>
254+
<td><code>find_first_of</code></td>
255255
<td><code>min_element</code></td>
256256
<td><code>reverse</code></td>
257257
<td><code>uninitialized_fill_n</code></td>
258258
</tr>
259259
<tr>
260-
<td><code>find_first_of</code></td>
260+
<td><code>find_if</code></td>
261261
<td><code>minmax_element</code></td>
262262
<td><code>reverse_copy</code></td>
263263
<td><code>unique</code></td>
264264
</tr>
265265
<tr>
266-
<td><code>find_if</code></td>
266+
<td><code>find_if_not</code></td>
267267
<td><code>mismatch</code></td>
268268
<td><code>rotate</code></td>
269269
<td><code>unique_copy</code></td>
270270
</tr>
271271
<tr>
272-
<td><code>find_if_not</code></td>
273272
<td><code>move</code></td>
274273
<td><code>rotate_copy</code></td>
275274
<td></td>
275+
<td></td>
276276
</tr>
277277
</table>
278278
</cxx-section>

0 commit comments

Comments
 (0)