Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
ccb2d5c0
Commit
ccb2d5c0
authored
Jan 29, 2016
by
Christoph Grüninger
Committed by
Brad King
Feb 01, 2016
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmAlgorithms.h: remove superfluous semicolon after method
parent
adc3d124
Changes
1
Show 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 @
ccb2d5c0
...
...
@@ -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
)
...
...
Brad King
@brad.king
mentioned in commit
570e84b4
·
Feb 02, 2016
mentioned in commit
570e84b4
mentioned in commit 570e84b44b43c62539a47bc6cc2f18d7223114df
Toggle commit list
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