Merge topic 'remove-stray-semicolon'

ccb2d5c0 cmAlgorithms.h: remove superfluous semicolon after method
This commit is contained in:
Brad King 2016-02-02 08:33:23 -05:00 committed by CMake Topic Stage
commit 570e84b44b
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)