mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Help: Clarify size_t usage in cmake-developer.7
This commit is contained in:
committed by
Brad King
parent
0e0cb710d0
commit
cff33e03e9
@@ -188,8 +188,8 @@ size_t
|
|||||||
|
|
||||||
Various implementations have differing implementation of ``size_t``. When
|
Various implementations have differing implementation of ``size_t``. When
|
||||||
assigning the result of ``.size()`` on a container for example, the result
|
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
|
should be assigned to ``size_t`` not to ``std::size_t``, ``unsigned int`` or
|
||||||
not be used.
|
similar types.
|
||||||
|
|
||||||
Templates
|
Templates
|
||||||
---------
|
---------
|
||||||
|
|||||||
Reference in New Issue
Block a user