[Cmake-commits] CMake branch, next, updated. v3.4.3-2130-g3ca3770
Brad King
brad.king at kitware.com
Mon Feb 1 10:48:07 EST 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 3ca37701c2e37fb18268e4def57c3ca91862f892 (commit)
via ccb2d5c07f32fb6bd96128527a36a00868e905fa (commit)
from ec2d350795a55ffb5ab1d3b048f62f5db19cd0f4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3ca37701c2e37fb18268e4def57c3ca91862f892
commit 3ca37701c2e37fb18268e4def57c3ca91862f892
Merge: ec2d350 ccb2d5c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 1 10:48:07 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 1 10:48:07 2016 -0500
Merge topic 'remove-stray-semicolon' into next
ccb2d5c0 cmAlgorithms.h: remove superfluous semicolon after method
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ccb2d5c07f32fb6bd96128527a36a00868e905fa
commit ccb2d5c07f32fb6bd96128527a36a00868e905fa
Author: Christoph Grüninger <foss at grueninger.de>
AuthorDate: Fri Jan 29 22:16:03 2016 +0100
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Feb 1 10:47:25 2016 -0500
cmAlgorithms.h: remove superfluous semicolon after method
diff --git a/Source/cmAlgorithms.h b/Source/cmAlgorithms.h
index 54617f3..bb65ea5 100644
--- a/Source/cmAlgorithms.h
+++ b/Source/cmAlgorithms.h
@@ -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)
-----------------------------------------------------------------------
Summary of changes:
Source/cmAlgorithms.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list