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 9ee15e8 commit 92e2f06Copy full SHA for 92e2f06
algorithms.html
@@ -522,7 +522,7 @@ <h1>Header <code><experimental/numeric></code><ins2> synopsis</ins2></h1>
522
OutputIterator
523
inclusive_scan(InputIterator first, InputIterator last,
524
OutputIterator result,
525
- <del2>T init</del2><ins2>BinaryOperation binary_op</ins2>);
+ BinaryOperation binary_op);
526
template<class InputIterator, class OutputIterator,
527
class T, class BinaryOperation>
528
0 commit comments