@@ -362,7 +362,6 @@ <h1>Header <code><experimental/algorithm></code> synopsis</h1>
362362namespace std {
363363namespace experimental {
364364< ins2 > inline</ ins2 > namespace parallel< ins2 > _v1</ ins2 > {
365- < ins2 > namespace parallel {</ ins2 >
366365 template<class ExecutionPolicy,
367366 class InputIterator, class Function>
368367 void for_each(ExecutionPolicy&& exec,
@@ -371,7 +370,6 @@ <h1>Header <code><experimental/algorithm></code> synopsis</h1>
371370 template<class InputIterator, class Size, class Function>
372371 InputIterator for_each_n(InputIterator first, Size n,
373372 Function f);
374- < ins2 > }</ ins2 >
375373}
376374}
377375}
@@ -503,7 +501,6 @@ <h1>Header <code><experimental/numeric></code><ins2> synopsis</ins2></h1>
503501namespace std {
504502namespace experimental {
505503< ins2 > inline</ ins2 > namespace parallel< ins2 > _v1</ ins2 > {
506- < ins2 > namespace parallel {</ ins2 >
507504 template<class InputIterator>
508505 typename iterator_traits<InputIterator>::value_type
509506 reduce(InputIterator first, InputIterator last);
@@ -543,12 +540,11 @@ <h1>Header <code><experimental/numeric></code><ins2> synopsis</ins2></h1>
543540 OutputIterator result,
544541 BinaryOperation binary_op);
545542 template<class InputIterator, class OutputIterator,
546- class T, class BinaryOperation>
543+ < del2 > class T, </ del2 > class BinaryOperation< ins2 > , class T </ ins2 > >
547544 OutputIterator
548545 inclusive_scan(InputIterator first, InputIterator last,
549546 OutputIterator result,
550- T init, BinaryOperation binary_op);
551- < ins2 > }</ ins2 >
547+ < del2 > T init, </ del2 > BinaryOperation binary_op< ins2 > , T init</ ins2 > );
552548}
553549}
554550}
@@ -787,11 +783,11 @@ <h1>Inclusive scan</h1>
787783 BinaryOperation binary_op);
788784
789785 template<class InputIterator, class OutputIterator,
790- class T, class BinaryOperation>
786+ < del2 > class T, </ del2 > class BinaryOperation< ins2 > , class T </ ins2 > >
791787 OutputIterator
792788 inclusive_scan(InputIterator first, InputIterator last,
793789 OutputIterator result,
794- T init, BinaryOperation binary_op);
790+ < del2 > T init, </ del2 > BinaryOperation binary_op< ins2 > , T init </ ins2 > );
795791 </ cxx-signature >
796792
797793 < cxx-effects >
0 commit comments