forked from boostorg/range
[range] Merge documentation fixes and minor refactoring of docs (refs #5160; refs #5314; refs #5440; refs #5775; refs #6212; refs #7585; refs #7843; refs #7866).
[SVN r82487]
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