[Cmake-commits] CMake branch, next, updated. v3.0.2-5574-gef08b89
Brad King
brad.king at kitware.com
Fri Oct 3 15:09:44 EDT 2014
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 ef08b89a012fdee2364107d27d10256a4697009c (commit)
via cff33e03e93a359705ee0b218bee03cb92753a7d (commit)
from 7463bf509034baadfd4fa1d2436c3da12c11eec0 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ef08b89a012fdee2364107d27d10256a4697009c
commit ef08b89a012fdee2364107d27d10256a4697009c
Merge: 7463bf5 cff33e0
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 3 15:09:43 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 3 15:09:43 2014 -0400
Merge topic 'clarify_size_t_docs' into next
cff33e03 Help: Clarify size_t usage in cmake-developer.7
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cff33e03e93a359705ee0b218bee03cb92753a7d
commit cff33e03e93a359705ee0b218bee03cb92753a7d
Author: Robert Maynard <robert.maynard at kitware.com>
AuthorDate: Fri Oct 3 14:13:13 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Fri Oct 3 15:09:30 2014 -0400
Help: Clarify size_t usage in cmake-developer.7
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst
index cd979c9..625dac0 100644
--- a/Help/manual/cmake-developer.7.rst
+++ b/Help/manual/cmake-developer.7.rst
@@ -188,8 +188,8 @@ size_t
Various implementations have differing implementation of ``size_t``. When
assigning the result of ``.size()`` on a container for example, the result
-should not be assigned to an ``unsigned int`` or similar. ``std::size_t`` must
-not be used.
+should be assigned to ``size_t`` not to ``std::size_t``, ``unsigned int`` or
+similar types.
Templates
---------
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list