File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -373,11 +373,11 @@ <h1>For each</h1>
373
373
If < code > f</ code > returns a result, the result is ignored.
374
374
</ cxx-remarks >
375
375
376
- < cxx-note >
376
+ < cxx-notes >
377
377
Unlike its sequential form, the parallel overload of < code > for_each</ code > does not return a copy of
378
378
its < code > Function</ code > parameter, since parallelization may not permit efficient state
379
379
accumulation.
380
- </ cxx-note >
380
+ </ cxx-notes >
381
381
</ cxx-function >
382
382
383
383
< cxx-function >
@@ -528,11 +528,11 @@ <h1>Reduce</h1>
528
528
O(< code > last - first</ code > ) applications of < code > operator+</ code > .
529
529
</ cxx-complexity >
530
530
531
- < cxx-note >
531
+ < cxx-notes >
532
532
The primary difference between < code > reduce</ code > and < code > accumulate</ code > is that the behavior
533
533
of < code > reduce</ code > may be non-deterministic for non-associative or non-commutative
534
534
< code > operator+</ code > .
535
- </ cxx-note >
535
+ </ cxx-notes >
536
536
</ cxx-function >
537
537
538
538
< cxx-function >
@@ -554,10 +554,10 @@ <h1>Reduce</h1>
554
554
O(< code > last - first</ code > ) applications of < code > operator+</ code > .
555
555
</ cxx-complexity >
556
556
557
- < cxx-note >
557
+ < cxx-notes >
558
558
The primary difference between < code > reduce</ code > and < code > accumulate</ code > is that the behavior
559
559
of < code > reduce</ code > may be non-deterministic for non-associative or non-commutative < code > operator+</ code > .
560
- </ cxx-note >
560
+ </ cxx-notes >
561
561
</ cxx-function >
562
562
563
563
< cxx-function >
@@ -580,10 +580,10 @@ <h1>Reduce</h1>
580
580
O(< code > last - first</ code > ) applications of < code > binary_op</ code > .
581
581
</ cxx-complexity >
582
582
583
- < cxx-note >
583
+ < cxx-notes >
584
584
The primary difference between < code > reduce</ code > and < code > accumulate</ code > is that the behavior
585
585
of < code > reduce</ code > may be non-deterministic for non-associative or non-commutative < code > binary_op</ code > .
586
- </ cxx-note >
586
+ </ cxx-notes >
587
587
</ cxx-function >
588
588
</ cxx-section >
589
589
You can’t perform that action at this time.
0 commit comments