@@ -543,11 +543,11 @@ <h1>Header <code><experimental/numeric></code><ins2> synopsis</ins2></h1>
543
543
OutputIterator result,
544
544
BinaryOperation binary_op);
545
545
template<class InputIterator, class OutputIterator,
546
- class T, class BinaryOperation>
546
+ < del2 > class T, </ del2 > class BinaryOperation< ins2 > , class T </ ins2 > >
547
547
OutputIterator
548
548
inclusive_scan(InputIterator first, InputIterator last,
549
549
OutputIterator result,
550
- T init, BinaryOperation binary_op);
550
+ < del2 > T init, </ del2 > BinaryOperation binary_op< ins2 > , T init </ ins2 > );
551
551
< ins2 > }</ ins2 >
552
552
}
553
553
}
@@ -787,11 +787,11 @@ <h1>Inclusive scan</h1>
787
787
BinaryOperation binary_op);
788
788
789
789
template<class InputIterator, class OutputIterator,
790
- class T, class BinaryOperation>
790
+ < del2 > class T, </ del2 > class BinaryOperation< ins2 > , class T </ ins2 > >
791
791
OutputIterator
792
792
inclusive_scan(InputIterator first, InputIterator last,
793
793
OutputIterator result,
794
- T init, BinaryOperation binary_op);
794
+ < del2 > T init, </ del2 > BinaryOperation binary_op< ins2 > , T init </ ins2 > );
795
795
</ cxx-signature >
796
796
797
797
< cxx-effects >
0 commit comments