mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-01 06:51:03 +02:00
unnecessary semicolons removed
[SVN r22456]
This commit is contained in:
@ -163,7 +163,7 @@ namespace boost {
|
|||||||
{
|
{
|
||||||
replace_native_helper< has_native_replace<InputT>::value >()(
|
replace_native_helper< has_native_replace<InputT>::value >()(
|
||||||
Input, From, To, Begin, End );
|
Input, From, To, Begin, End );
|
||||||
};
|
}
|
||||||
|
|
||||||
template< typename InputT, typename InsertT >
|
template< typename InputT, typename InsertT >
|
||||||
inline void replace(
|
inline void replace(
|
||||||
|
@ -91,7 +91,7 @@ namespace boost {
|
|||||||
|
|
||||||
Result.swap(Tmp);
|
Result.swap(Tmp);
|
||||||
return Result;
|
return Result;
|
||||||
};
|
}
|
||||||
|
|
||||||
// iterate split ---------------------------------------------------//
|
// iterate split ---------------------------------------------------//
|
||||||
|
|
||||||
@ -151,7 +151,7 @@ namespace boost {
|
|||||||
|
|
||||||
Result.swap(Tmp);
|
Result.swap(Tmp);
|
||||||
return Result;
|
return Result;
|
||||||
};
|
}
|
||||||
|
|
||||||
} // namespace algorithm
|
} // namespace algorithm
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user