cmAlgorithms.h: remove superfluous semicolon after method

This commit is contained in:
Christoph Grüninger 2016-01-29 22:16:03 +01:00 committed by Brad King
parent adc3d1244b
commit ccb2d5c07f
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ template<typename Range>
std::string cmJoin(Range const& r, std::string delimiter)
{
return cmJoin(r, delimiter.c_str());
};
}
template<typename Range>
typename Range::const_iterator cmRemoveN(Range& r, size_t n)