unnecessary semicolons removed

[SVN r22456]
This commit is contained in:
Pavol Droba
2004-03-07 17:22:58 +00:00
parent bae34a3fc0
commit 1c963dac31
2 changed files with 3 additions and 3 deletions

View File

@ -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(

View File

@ -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