Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
570e84b4
Commit
570e84b4
authored
Feb 02, 2016
by
Brad King
Committed by
Kitware Robot
Feb 02, 2016
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Source/cmAlgorithms.h
Source/cmAlgorithms.h
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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