Closed
Description
[parallel.alg.inclusive.scan]/3 depicts
template< class InputIterator, class OutputIterator, class BinaryOperation>
OutputIterator inclusive_scan(InputIterator first, InputIterator last,
OutputIterator result,
BinaryOperation binary_op, T init);
This is missing a template parameter T
(i.e., should presumably be template< class InputIterator, class OutputIterator, class BinaryOperation, class T>
). The synopsis looks correct.
Metadata
Metadata
Assignees
Labels
No labels