mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 12:27:42 +02:00
[range] fixed #5440 (typo in documentation for 'inner_product' algorithm)
[SVN r82327]
This commit is contained in:
@ -23,7 +23,8 @@ template<class SinglePassRange1,
|
||||
Value inner_product( const SinglePassRange1& rng1,
|
||||
const SinglePassRange2& rng2,
|
||||
Value init,
|
||||
BinaryOperation1 op1 );
|
||||
BinaryOperation1 op1,
|
||||
BinaryOperation2 op2 );
|
||||
``
|
||||
|
||||
[heading Description]
|
||||
|
Reference in New Issue
Block a user