Skip to content

Commit b4d91cb

Browse files
committed
Add missing "synopsis" to <numeric> synopsis section header
Correct inclusive_scan's 2nd signature in the synopsis to be consistent with the specification.
1 parent d8e53d0 commit b4d91cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ <h1>For each</h1>
481481
</cxx-section>
482482

483483
<cxx-section id="parallel.alg.added.numeric.synop">
484-
<h1>Header <code>&lt;experimental/numeric&gt;</code></h1>
484+
<h1>Header <code>&lt;experimental/numeric&gt;</code><ins2> synopsis</ins2></h1>
485485

486486
<pre>
487487
namespace std {
@@ -522,7 +522,7 @@ <h1>Header <code>&lt;experimental/numeric&gt;</code></h1>
522522
OutputIterator
523523
inclusive_scan(InputIterator first, InputIterator last,
524524
OutputIterator result,
525-
T init);
525+
<del2>T init</del2><ins2>BinaryOperation binary_op</ins2>);
526526
template&lt;class InputIterator, class OutputIterator,
527527
class T, class BinaryOperation&gt;
528528
OutputIterator

0 commit comments

Comments
 (0)