mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-27 11:07:18 +02:00
unnecessary semicolons removed
[SVN r22456]
This commit is contained in:
@ -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