@@ -362,7 +362,6 @@ <h1>Header <code><experimental/algorithm></code> synopsis</h1>
362
362
namespace std {
363
363
namespace experimental {
364
364
< ins2 > inline</ ins2 > namespace parallel< ins2 > _v1</ ins2 > {
365
- < ins2 > namespace parallel {</ ins2 >
366
365
template<class ExecutionPolicy,
367
366
class InputIterator, class Function>
368
367
void for_each(ExecutionPolicy&& exec,
@@ -371,7 +370,6 @@ <h1>Header <code><experimental/algorithm></code> synopsis</h1>
371
370
template<class InputIterator, class Size, class Function>
372
371
InputIterator for_each_n(InputIterator first, Size n,
373
372
Function f);
374
- < ins2 > }</ ins2 >
375
373
}
376
374
}
377
375
}
@@ -503,7 +501,6 @@ <h1>Header <code><experimental/numeric></code><ins2> synopsis</ins2></h1>
503
501
namespace std {
504
502
namespace experimental {
505
503
< ins2 > inline</ ins2 > namespace parallel< ins2 > _v1</ ins2 > {
506
- < ins2 > namespace parallel {</ ins2 >
507
504
template<class InputIterator>
508
505
typename iterator_traits<InputIterator>::value_type
509
506
reduce(InputIterator first, InputIterator last);
@@ -543,12 +540,11 @@ <h1>Header <code><experimental/numeric></code><ins2> synopsis</ins2></h1>
543
540
OutputIterator result,
544
541
BinaryOperation binary_op);
545
542
template<class InputIterator, class OutputIterator,
546
- class T, class BinaryOperation>
543
+ < del2 > class T, </ del2 > class BinaryOperation< ins2 > , class T </ ins2 > >
547
544
OutputIterator
548
545
inclusive_scan(InputIterator first, InputIterator last,
549
546
OutputIterator result,
550
- T init, BinaryOperation binary_op);
551
- < ins2 > }</ ins2 >
547
+ < del2 > T init, </ del2 > BinaryOperation binary_op< ins2 > , T init</ ins2 > );
552
548
}
553
549
}
554
550
}
@@ -787,11 +783,11 @@ <h1>Inclusive scan</h1>
787
783
BinaryOperation binary_op);
788
784
789
785
template<class InputIterator, class OutputIterator,
790
- class T, class BinaryOperation>
786
+ < del2 > class T, </ del2 > class BinaryOperation< ins2 > , class T </ ins2 > >
791
787
OutputIterator
792
788
inclusive_scan(InputIterator first, InputIterator last,
793
789
OutputIterator result,
794
- T init, BinaryOperation binary_op);
790
+ < del2 > T init, </ del2 > BinaryOperation binary_op< ins2 > , T init </ ins2 > );
795
791
</ cxx-signature >
796
792
797
793
< cxx-effects >
0 commit comments