Skip to content
Snippets Groups Projects
Commit ccb2d5c0 authored by Christoph Grüninger's avatar Christoph Grüninger Committed by Brad King
Browse files

cmAlgorithms.h: remove superfluous semicolon after method

parent adc3d124
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment