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 >()(
|
||||
Input, From, To, Begin, End );
|
||||
};
|
||||
}
|
||||
|
||||
template< typename InputT, typename InsertT >
|
||||
inline void replace(
|
||||
|
@ -91,7 +91,7 @@ namespace boost {
|
||||
|
||||
Result.swap(Tmp);
|
||||
return Result;
|
||||
};
|
||||
}
|
||||
|
||||
// iterate split ---------------------------------------------------//
|
||||
|
||||
@ -151,7 +151,7 @@ namespace boost {
|
||||
|
||||
Result.swap(Tmp);
|
||||
return Result;
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace algorithm
|
||||
|
||||
|
Reference in New Issue
Block a user