diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-12-31 13:38:43 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-01-11 16:00:56 (GMT) |
commit | 5c28495fba56ea488a5a1df323f3c89ff7d28a7e (patch) | |
tree | 91fc9a4478e544f353ad09aa6d3177a943bf3312 /Help | |
parent | ac3d38292035a470affdd0ca9df88992916bfeee (diff) | |
download | CMake-5c28495fba56ea488a5a1df323f3c89ff7d28a7e.zip CMake-5c28495fba56ea488a5a1df323f3c89ff7d28a7e.tar.gz CMake-5c28495fba56ea488a5a1df323f3c89ff7d28a7e.tar.bz2 |
Help: Remove documented restriction on template use.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-developer.7.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst index a7abb4e..65b3a72 100644 --- a/Help/manual/cmake-developer.7.rst +++ b/Help/manual/cmake-developer.7.rst @@ -64,12 +64,6 @@ assigning the result of ``.size()`` on a container for example, the result should be assigned to ``size_t`` not to ``std::size_t``, ``unsigned int`` or similar types. -Templates ---------- - -Some template code is permitted, but with some limitations. Member templates -may not be used, and template friends may not be used. - Adding Compile Features ======================= |