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

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