File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -488,10 +488,12 @@ <h1>Non-Numeric Parallel Algorithms</h1>
488
488
< h1 > Header < code > <experimental/algorithm></ code > synopsis</ h1 >
489
489
490
490
< pre >
491
- namespace std {
492
- namespace experimental {
493
- namespace parallel {
494
- inline namespace v2 {
491
+ < ins > #include <algorithm>
492
+ </ ins >
493
+ < del > namespace std {</ del >
494
+ namespace < ins > std::</ ins > experimental {
495
+ < ins > inline </ ins > namespace parallel< ins > ism_v2</ ins > {
496
+ < del > inline namespace v2 {
495
497
template<class ExecutionPolicy,
496
498
class InputIterator, class Function>
497
499
void for_each(ExecutionPolicy&& exec,
@@ -504,7 +506,7 @@ <h1>Header <code><experimental/algorithm></code> synopsis</h1>
504
506
class InputIterator, class Size, class Function>
505
507
InputIterator for_each_n(ExecutionPolicy&& exec,
506
508
InputIterator first, Size n,
507
- Function f);
509
+ Function f);</ del >
508
510
509
511
namespace execution {
510
512
< cxx-ref insynopsis ="" to ="parallel.alg.novec "> </ cxx-ref >
@@ -519,10 +521,10 @@ <h1>Header <code><experimental/algorithm></code> synopsis</h1>
519
521
template<class T>
520
522
ordered_update_t<T> ordered_update(T& ref) noexcept;
521
523
}
524
+ < del > }</ del >
522
525
}
523
526
}
524
- }
525
- }
527
+ < del > }</ del >
526
528
</ pre >
527
529
</ cxx-section >
528
530
You can’t perform that action at this time.
0 commit comments