Boost.Range minor documentation corrections and code comment fixes.

[SVN r61014]
This commit is contained in:
Neil Groves
2010-04-03 09:02:21 +00:00
parent 629ab6adbf
commit b4ae711d4e
91 changed files with 534 additions and 533 deletions

View File

@ -8,7 +8,7 @@ template<class SinglePassRange1,
class Value>
Value inner_product( const SinglePassRange1& rng1,
const SinglePassRange2& rng2,
Value init);
Value init );
template<class SinglePassRange1,
class SinglePassRange2,
@ -18,7 +18,7 @@ template<class SinglePassRange1,
Value inner_product( const SinglePassRange1& rng1,
const SinglePassRange2& rng2,
Value init,
BinaryOperation1 op1,
BinaryOperation1 op1 );
``
[heading Description]