We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e53d0 commit b4d91cbCopy full SHA for b4d91cb
algorithms.html
@@ -481,7 +481,7 @@ <h1>For each</h1>
481
</cxx-section>
482
483
<cxx-section id="parallel.alg.added.numeric.synop">
484
- <h1>Header <code><experimental/numeric></code></h1>
+ <h1>Header <code><experimental/numeric></code><ins2> synopsis</ins2></h1>
485
486
<pre>
487
namespace std {
@@ -522,7 +522,7 @@ <h1>Header <code><experimental/numeric></code></h1>
522
OutputIterator
523
inclusive_scan(InputIterator first, InputIterator last,
524
OutputIterator result,
525
- T init);
+ <del2>T init</del2><ins2>BinaryOperation binary_op</ins2>);
526
template<class InputIterator, class OutputIterator,
527
class T, class BinaryOperation>
528
0 commit comments