Skip to content

Commit 92e2f06

Browse files
committed
Don't need the ins2/del2 on inclusive_scan's prototype since it was the reversion of Artur's change
1 parent 9ee15e8 commit 92e2f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ <h1>Header <code>&lt;experimental/numeric&gt;</code><ins2> synopsis</ins2></h1>
522522
OutputIterator
523523
inclusive_scan(InputIterator first, InputIterator last,
524524
OutputIterator result,
525-
<del2>T init</del2><ins2>BinaryOperation binary_op</ins2>);
525+
BinaryOperation binary_op);
526526
template&lt;class InputIterator, class OutputIterator,
527527
class T, class BinaryOperation&gt;
528528
OutputIterator

0 commit comments

Comments
 (0)