mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
cmAlgorithms.h: remove superfluous semicolon after method
This commit is contained in:
committed by
Brad King
parent
adc3d1244b
commit
ccb2d5c07f
@@ -230,7 +230,7 @@ template<typename Range>
|
|||||||
std::string cmJoin(Range const& r, std::string delimiter)
|
std::string cmJoin(Range const& r, std::string delimiter)
|
||||||
{
|
{
|
||||||
return cmJoin(r, delimiter.c_str());
|
return cmJoin(r, delimiter.c_str());
|
||||||
};
|
}
|
||||||
|
|
||||||
template<typename Range>
|
template<typename Range>
|
||||||
typename Range::const_iterator cmRemoveN(Range& r, size_t n)
|
typename Range::const_iterator cmRemoveN(Range& r, size_t n)
|
||||||
|
|||||||
Reference in New Issue
Block a user