forked from boostorg/algorithm
Spellchecker applied
[SVN r23562]
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
|
||||
/*! \file
|
||||
Defines various replace algorithms. Each algorithm replaces
|
||||
a part(s) of the input according to a searching and a replace criterium.
|
||||
a part(s) of the input according to a searching and a replace criteria.
|
||||
*/
|
||||
|
||||
namespace boost {
|
||||
@ -41,9 +41,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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,
|
||||
@ -121,9 +121,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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,
|
||||
@ -198,9 +198,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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<
|
||||
@ -279,9 +279,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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,
|
||||
@ -356,9 +356,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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,
|
||||
@ -438,9 +438,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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,
|
||||
@ -520,9 +520,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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,
|
||||
@ -604,9 +604,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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,
|
||||
@ -682,9 +682,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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,
|
||||
@ -764,9 +764,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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,
|
||||
@ -842,9 +842,9 @@ namespace boost {
|
||||
\return An output iterator pointing just after last inserted character or
|
||||
a modified 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,
|
||||
|
Reference in New Issue
Block a user