浏览代码

Help: Remove documented restriction on template use.

Stephen Kelly 10 年之前
父节点
当前提交
5c28495fba
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      Help/manual/cmake-developer.7.rst

+ 0 - 6
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
 =======================