Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
570e84b4
Commit
570e84b4
authored
Feb 02, 2016
by
Brad King
Committed by
Kitware Robot
Feb 02, 2016
Browse files
Merge topic 'remove-stray-semicolon'
ccb2d5c0
cmAlgorithms.h: remove superfluous semicolon after method
parents
f8e5e5bb
ccb2d5c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmAlgorithms.h
View file @
570e84b4
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment