Skip to content

Commit e5f70cb

Browse files
committed
Eliminate superfluous exclusive_scan declaration in synopsis
1 parent a9e6f8f commit e5f70cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

algorithms.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,10 +513,12 @@ <h1>Header <code>&lt;experimental/numeric&gt;</code><ins2> synopsis</ins2></h1>
513513
T reduce(InputIterator first, InputIterator last, T init,
514514
BinaryOperation binary_op);
515515

516+
<del2>
516517
template&lt;class InputIterator, class OutputIterator&gt;
517518
OutputIterator
518519
exclusive_scan(InputIterator first, InputIterator last,
519520
OutputIterator result);
521+
</del2>
520522
template&lt;class InputIterator, class OutputIterator,
521523
class T&gt;
522524
OutputIterator

0 commit comments

Comments
 (0)