forked from boostorg/algorithm
Spellchecker applied
[SVN r23562]
This commit is contained in:
@ -41,9 +41,9 @@ namespace boost {
|
||||
An output iterator pointing just after last inserted character or
|
||||
a copy of the input
|
||||
|
||||
\note If the input paramters satisfy the second assumption
|
||||
\note If the input parameters satisfy the second assumption
|
||||
about exception safety, second variant of this function provides strong
|
||||
exception guarantie.
|
||||
exception guarantee.
|
||||
*/
|
||||
template<typename OutputIteratorT, typename CollectionT>
|
||||
inline OutputIteratorT
|
||||
@ -116,9 +116,9 @@ namespace boost {
|
||||
An output iterator pointing just after last inserted character or
|
||||
a copy of the input
|
||||
|
||||
\note If the input paramters satisfy the second assumption
|
||||
\note If the input parameters satisfy the second assumption
|
||||
about exception safety, second variant of this function provides strong
|
||||
exception guarantie.
|
||||
exception guarantee.
|
||||
*/
|
||||
template<typename OutputIteratorT, typename CollectionT>
|
||||
inline OutputIteratorT
|
||||
|
Reference in New Issue
Block a user